s00d / client
An MQTT client written in and for PHP for php 7.2.
v1.1.1
2021-11-19 11:28 UTC
Requires
- php: ^7.2
- myclabs/php-enum: ^1.7
- psr/log: ^1.1
Requires (Dev)
- phpunit/php-invoker: ^3.0
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.5
Suggests
- ext-redis: Required for the RedisRepository
This package is auto-updated.
Last update: 2024-10-30 01:53:56 UTC
README
fork for php 7.2 see https://github.com/php-mqtt/client
Installation
The package is available on packagist.org and can be installed using composer
:
composer require s00d/client
The package requires PHP version 7.2 or higher.