serendipity_hq / bundle-commands-queues
Manage queues of commands and processes them in your Symfony app.
Installs: 1 945
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 2
Open Issues: 26
Type:symfony-bundle
Requires
- php: ^7.3|^8.0
- ext-json: *
- ext-pcntl: *
- doctrine/common: ^2.5 || ^3.0
- doctrine/doctrine-bundle: ^1.7 || ^2.0
- doctrine/orm: ^2.6.3
- nesbot/carbon: ^2.0
- pagerfanta/pagerfanta: ^2.0
- sensio/framework-extra-bundle: ^5.1 || ^6.0
- sensiolabs/ansi-to-html: ^1.1
- serendipity_hq/component-console-styles: dev-dev
- serendipity_hq/component-then-when: ^1.1
- symfony/console: ^4.4|^5.2
- symfony/framework-bundle: ^4.4|^5.2
- symfony/process: ^4.4|^5.2
- thecodingmachine/safe: ^1.0
Requires (Dev)
- ext-ast: *
- bamarni/composer-bin-plugin: ^1.4
- phpstan/phpstan: 0.12.71
- phpstan/phpstan-doctrine: 0.12.30
- phpstan/phpstan-phpunit: 0.12.17
- phpstan/phpstan-symfony: 0.12.16
- rector/rector: 0.9.16
- roave/security-advisories: dev-master
- symfony/var-dumper: ^4.4|^5.2
- thecodingmachine/phpstan-safe-rule: 1.0.1
Suggests
- sonata-project/admin-bundle: Allows to view what's going on with your queues and commands jobs using automatic integration with SonataAdminBundle.
README
Serendipity HQ Commands Queues Bundle
Manages queues and processes jobs in your Symfony App better than simple cronjobs.
Current Status
Features
It is possible to run a single job or start a daemon that listens for new jobs and processes them as they are pushed into the queue.
It automatically integrates with SonataAdminBundle for an easier administration.
Do you like this bundle?
LEAVE A ★
or run
composer global require symfony/thanks && composer thanks
to say thank you to all libraries you use in your current project, this included!
Documentation
You can read how to install, configure, test and use the SerendipityHQ Queues Bundle in the documentation.
Do you like this bundle?
LEAVE A ★
or run
composer global require symfony/thanks && composer thanks
to say thank you to all libraries you use in your current project, this included!