client icon indicating copy to clipboard operation
client copied to clipboard

An MQTT client written in and for PHP.

Results 9 client issues
Sort by recently updated
recently updated
newest added

I check in console ip-address, login, password. It work. But php page print error: ```php Fatal error: Uncaught PhpMqtt\Client\Exceptions\ConnectingToBrokerFailedException: [6] Establishing a connection to the MQTT broker failed: The configured...

This PR re-introduces the `RedisRepository` deleted by #33, but with the new `Repository` interface and slightly different logic. The new implementation utilizes hash maps for pending messages instead of sets....

enhancement

This issue concerns the `refactoring` branch only. After subscribing using a topic filter and a callback, it is possible to subscribe using the same arguments (or a different callback) again....

design

We are playing around with IOT devices using the MQTT protocol and having some trouble getting some things working. The main assumption is that all the communication is made between...

Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.6 to 1.7. Release notes Sourced from sonarsource/sonarcloud-github-action's releases. Update scanner base image to sonar-scanner-cli:4.7 Update scanner base image to sonar-scanner-cli:4.7 Perform Maven/Gradle check in the projectBaseDir...

github actions

I'm trying to upload over 65kb and sending this data to the broker, When I tried to send it I received an error saying "Sending data over the socket to...

Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.1.0 to 2.1.1. Release notes Sourced from sonarsource/sonarcloud-github-action's releases. Fix cleanup script and update README v2.1.1 Commits 49e6cd3 Update README.md about manually cleaning the work directory 5f0b535...

github actions

Is support for mqtt 5.0 planned? What are the main obstacles to overcome for this?

enhancement
design

First of all; great library. I've been able to subscribe/publish via PHP successfully. I was looking for a way to break out of the loop after a pre-defined amount of...