sskaje/mqtt

sskaje's MQTT Class

Maintainers

Details

github.com/sskaje/mqtt

Source

Issues

Installs: 67 421

Dependents: 1

Suggesters: 0

Security: 0

Stars: 86

Watchers: 16

Forks: 33

Open Issues: 14

dev-master 2019-07-18 05:00 UTC

This package is auto-updated.

Last update: 2024-04-07 19:43:08 UTC


README

simple MQTT client class

Author: sskaje (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