fusio / adapter-mqtt
Provides a connection to work with a MQTT based message queue
v5.0.0
2022-01-08 14:53 UTC
Requires
- php: >=8.0
- fusio/engine: ^5.0
- php-mqtt/client: ^1.1
Requires (Dev)
- phpunit/phpunit: ^8.0
README
This package is heavily based on the AMQP adapter (https://github.com/apioo/fusio-adapter-amqp), written by Christoph Kappestein.
Fusio adapter which provides a connection to work with a MQTT based message queue. It uses the php-mqtt/client package. You can install the adapter with the following steps inside your Fusio project:
composer require fusio/adapter-mqtt
php bin/fusio system:register Fusio\Adapter\Mqtt\Adapter