You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phpMqttClient is a mqtt client library for PHP. Its based on the reactPHP socket-client and added the mqtt protocol specific functions. I hope its a better starting point that the existing php mqtt libraries.
3
+
phpMqttClient is an MQTT client library for PHP. Its based on the reactPHP socket-client and added the MQTT protocol
4
+
specific functions. I hope its a better starting point that the existing PHP MQTT libraries.
This is library is not stable currently. Its an early state, but I am working on it. I will add more features if I need them. If you need features: please give feedback or contribute to get this library running.
11
-
12
-
Currently works:
13
-
* connect (clean session, no other connect flags)
14
-
* disconnect
15
-
* publish
16
-
* subscribe
17
-
18
10
## Goal
19
11
20
-
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.
12
+
Goal of this project is easy to use MQTT client for PHP in a modern architecture without using any php modules.
13
+
Currently, only protocol version 4 (mqtt 3.1.1) is implemented.
This is library is not stable currently. Its an early state, but I am working on it. I will add more features if I need them. If you need features: please give feedback or contribute to get this library running.
0 commit comments