fusio / adapter-amqp
Provides a connection to work with a AMQP based message queue
Fund package maintenance!
chriskapp
Patreon
www.paypal.me/fusioapi
Installs: 5 328
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- fusio/engine: ^6.0
- php-amqplib/php-amqplib: ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^5.9
README
Fusio adapter which provides a connection to work with a AMQP based message
queue. It uses the php-amqplib/php-amqplib
package. You can install the adapter
with the following steps inside your Fusio project:
composer require fusio/adapter-amqp
php bin/fusio system:register "Fusio\Adapter\Amqp\Adapter"