cdn77 / rabbitmq-bundle
RabbitMQ Symfony bundle for BunnyPHP.
Installs: 32 979
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 4
Open Issues: 3
Requires
- php: ^8.0
- bunny/bunny: ^0.5.0
- myclabs/php-enum: ^1.7
- react/promise: ^2.0
- symfony/config: ^5.0|^6.0
- symfony/console: ^5.0|^6.0
- symfony/dependency-injection: ^5.0|^6.0
- symfony/framework-bundle: ^5.0|^6.0
- symfony/http-kernel: ^5.1.5|^6.0
- symfony/yaml: ^5.0|^6.0
Requires (Dev)
- cdn77/coding-standard: ^6.0
- infection/infection: ^0.26.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.92
- phpstan/phpstan-phpunit: 0.12.22
- phpstan/phpstan-strict-rules: 0.12.11
- phpunit/phpunit: ^9.5
- psalm/plugin-phpunit: ^0.16.1
- roave/infection-static-analysis-plugin: ^1.8
- simpod/php-coveralls-mirror: ^3.0
- vimeo/psalm: ^4.8
This package is auto-updated.
Last update: 2024-10-24 05:19:51 UTC
README
This bundle provides following commands:
rabbitmq:setup
– Creates exchanges, queues and bindings between them as specified in configuration in your RabbitMQ instance.rabbitmq:consumer:run <consumer name>
– Runs specified consumerdebug:rabbitmq:consumers
– Displays registered consumers
For further information see following sections