serendipity_hq / bundle-commands-queues
管理命令和进程队列,并在您的 Symfony 应用中处理它们。
0.4.1
2021-02-06 18:53 UTC
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
比简单的 cronjobs 更好地管理队列和作业,以在您的 Symfony 应用中处理。
当前状态
功能
可以运行单个作业或启动一个守护进程,该守护进程监听新作业并将它们推入队列后进行处理。
它自动与 SonataAdminBundle 集成,以便更易于管理。
你喜欢这个包吗?
留下 ★
或者运行
composer global require symfony/thanks && composer thanks
以感谢您在当前项目中使用的所有库,包括这个库!
文档
您可以在文档中阅读有关如何安装、配置、测试和使用 SerendipityHQ 队列包的说明。
你喜欢这个包吗?
留下 ★
或者运行
composer global require symfony/thanks && composer thanks
以感谢您在当前项目中使用的所有库,包括这个库!