phpMqttClient
phpMqttClient copied to clipboard
a mqtt client library for php
QOS>0 is OK?
Hello everybody! As you have surely noticed, it has become very quiet around this library. Unfortunately, I can't manage to maintain this library anymore and would like to ask if...
User process fail(/mnt/d/www/devops/server/vendor/react/stream/src/WritableResourceStream.php Unable to set stream resource to non-blocking mode 35)!
Subscribe to topics with payloads larger than 128 byte
As discussed in #31, echoing is not that great for providing debug output. This PR introduces a $logger parameter to the ClientFactory that is passed through to the MqttClient. The...
This stops the client from trying to send pings to the server, if it has been disconnected. I've been looking at how to reconnect to the server if it goes...
The README is outdated, some suggestions: * ``->create`` should be ``->connect`` * Host + port as fist parameter * Add composer instructions: ``composer require oliverlorenz/php-mqtt-client``
no debug mode, just ```echo```. You will forced wrap a ob cache to flush echo message when call it in controller. why do that? I never see a lib force...