Skip to content

wirelane/JMSJobQueueBundle

 
 

Repository files navigation

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

About

Run and Schedule Symfony Console Commands as Background Jobs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.2%
  • Twig 7.6%
  • Dockerfile 0.2%