fusio / adapter-mqtt
Provides a connection to work with a MQTT based message queue
v6.1.0
2025-03-14 18:37 UTC
Requires
- php: >=8.1
- fusio/engine: ^6.0
- php-mqtt/client: ^2.0
Requires (Dev)
- phpunit/phpunit: ^10.0
- vimeo/psalm: ^6.0
README
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"