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
This package is auto-updated.
Last update: 2026-05-29 00:07:46 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
| State | Version | Branch | Nette | PHP |
|---|---|---|---|---|
| dev | ^11.2.x |
master |
3.0+ |
>=8.0 |
| stable | ^11.1.1 |
master |
3.0+ |
>=8.0 |
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.