fusio/adapter-mqtt

Provides a connection to work with a MQTT based message queue

v6.0.2 2023-07-15 17:38 UTC

This package is auto-updated.

Last update: 2024-04-15 19:55:13 UTC


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"