bckp / rabbitmq
Nette extension for RabbitMQ (using BunnyPHP)
v11.1.6
2024-03-28 19:22 UTC
Requires
- php: >=8.0 <8.4
- ext-pcntl: *
- bunny/bunny: ^0.5
- nette/di: ^3.1.0
- nette/schema: ^1.2
- symfony/console: ~3.3 || ^4.0 || ^5.0 || ^6.0 || ^7.0
Requires (Dev)
- mockery/mockery: ^1.3.3
- nette/neon: ^2.4.3 || ^3.2.1
- nette/tester: ^2.4
- ninjify/nunjuck: ^0.4
- phpstan/phpstan: ^1.8
- squizlabs/php_codesniffer: ^3.6
- tracy/tracy: ^2.5
- vimeo/psalm: ^5.0
Suggests
- ext-curl: Allows to use federation plugin
- tracy/tracy: Allows using tracy bar panel
Replaces
- contributte/rabbitmq: <10
- mallgroup/rabbitmq: <=11
- dev-master / 12.0.x-dev
- v11.1.6
- v11.1.5
- v11.1.4
- v11.1.3
- v11.1.2
- v11.1.1
- v11.1.0
- v11.0.1
- v11.0.0
- v11.0.0-rc1
- v10.3.0
- v10.2.0
- v10.1.2
- v10.1.0
- v10.0.3
- v10.0.2
- v10.0.1
- v10.0.0
- v10.0.0-RC6
- v10.0.0-RC5
- v10.0.0-RC4
- v10.0.0-RC3
- v10.0.0-RC2
- v10.0.0-RC1
- v9.1.3
- v9.1.2
- v9.1.1
- v9.1.0
- v9.0.0
- v8.2.0
- v8.1.0
- v8.0.2
- v8.0.1
- v8.0.0
- v7.0.1
- v7.0.0
- v6.0.0
- v5.0.2
- v5.0.1
- v5.0.0
- v4.2.0
- v4.1.0
- v4.0.0
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.1.0
- v2.0.0
- v1.4.2
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.2
- v0.0.1
- dev-chroe-symfony
- dev-feature-dlx-without-reenqueue
- dev-feature-routing-key-cast
- dev-feature-dlx-queues
This package is auto-updated.
Last update: 2024-10-28 20:45:09 UTC
README
RabbitMQ (AMQP, STOMP, MQTT) integration for Nette Framework using BunnyPHP
Usage
To install the latest version of bckp/rabbitmq
use Composer.
$ composer require bckp/rabbitmq
Documentation
For details on how to use this package, check out our documentation.
Versions
Development
This package is currently maintaining by these authors.
This package is FORK of contributte/rabbitmq to better fit our needs, and because original author have limited amount of time to support it. Also thank you for using this package.