Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.44 KB

File metadata and controls

67 lines (39 loc) · 1.44 KB

JMSJobQueueBundle

Fork from the original JMSJobQueueBundle to support PHP 8, Symfony 6+, and Doctrine Common 3.


Running in Docker

A Dockerfile and docker-compose.yml are included for local development.

Start a PHP container and open a shell:

docker compose run --rm php bash

This builds and runs the container, allowing you to execute Composer, PHPUnit, Rector, or PHPStan inside it.


Development Tools

Run Rector

vendor/bin/rector process src

Run PHPStan

vendor/bin/phpstan analyse --level=5 --memory-limit=1G

Run Tests

vendor/bin/phpunit

📖 Documentation


⚖️ Licenses

JMSJobQueueBundle

Documentation: Resources/doc

Code License: Resources/meta/LICENSE

Documentation License: Resources/doc/LICENSE