Download the PHP package alexmorbo/react-mqtt without Composer
On this page you can find all versions of the php package alexmorbo/react-mqtt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package react-mqtt
ReactPHP MQTT Client
react-mqtt is an MQTT client library for PHP.
Its based on the reactPHP socket-client and added the MQTT protocol specific functions. Also based on https://github.com/oliverlorenz/phpMqttClient
Goal
Goal of this project is easy to use MQTT client for PHP in a modern architecture without using any php modules. Currently, only protocol version 4 (mqtt 3.1.1) is implemented.
- Protocol specifications: http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/csprd02/mqtt-v3.1.1-csprd02.html
Example library initial
Example publish
Example subscribe
Avaiable methods
Currently works:
- connect (clean session, will options, keepalive, connection authorization)
- disconnect
- publish
- subscribe
All versions of react-mqtt with dependencies
PHP Build Version
Package Version
The package alexmorbo/react-mqtt contains the following files
Loading the files please wait ....