https://github.com/sskaje/mqtt
MQTT Client class
https://github.com/sskaje/mqtt
mqtt mqtt-client php
Last synced: 23 days ago
JSON representation
MQTT Client class
- Host: GitHub
- URL: https://github.com/sskaje/mqtt
- Owner: sskaje
- License: mit
- Created: 2013-04-20T12:32:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T03:01:41.000Z (over 4 years ago)
- Last Synced: 2025-03-31T11:02:56.108Z (30 days ago)
- Topics: mqtt, mqtt-client, php
- Language: PHP
- Homepage: https://sskaje.me/category/MQTT/
- Size: 82 KB
- Stars: 87
- Watchers: 15
- Forks: 33
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MQTT
simple MQTT client class
Author: sskaje ([http://sskaje.me/](http://sskaje.me/))
SSL/TLS not tested.
2.0 is a BRAND NEW version. DO NOT UPGRADE FROM 1.0!
MQTT 3.1.1 supported since 2.0.
For SUBSCRIBE users, it's recommended to program a callback forwarding message to project's queue service.
## Files
/mqtt Class files
/autoload.example.php Autoloader, just an example, write your own.
/test Testing and example scripts
/LICENSE LICENSE
/README.md This file## Dependencies
php 5.3+ http://php.net/
php-socket## Examples
@see files in /test
## \#EOF