fusio / adapter-amqp
Provides a connection to work with a AMQP based message queue
v6.2.0
2025-12-22 22:03 UTC
Requires
- php: >=8.1
- fusio/engine: ^6.0
- php-amqplib/php-amqplib: ^3.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0
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"