Fork from the original JMSJobQueueBundle to support PHP 8, Symfony 6+, and Doctrine Common 3.
A Dockerfile and docker-compose.yml are included for local development.
Start a PHP container and open a shell:
docker compose run --rm php bashThis builds and runs the container, allowing you to execute Composer, PHPUnit, Rector, or PHPStan inside it.
vendor/bin/rector process srcvendor/bin/phpstan analyse --level=5 --memory-limit=1Gvendor/bin/phpunit- Bundle docs: Resources/doc
- Code License: Resources/meta/LICENSE
- Documentation License: Resources/doc/LICENSE
Documentation: Resources/doc
Code License: Resources/meta/LICENSE
Documentation License: Resources/doc/LICENSE