{ "name": "ykxiao/laravel-mqtt-client", "description": "A wrapper for the ykxiao/laravel-mqtt-client library for Laravel.", "type": "library", "keywords": [ "mqtt", "client", "publish", "subscribe", "laravel" ], "homepage": "https://git.tool.dwoodauto.com/ykxiao/laravel-matt-client", "license": "MIT", "authors": [ { "name": "Marvin Mall", "email": "marvin-mall@msn.com", "role": "developer" } ], "require": { "php": "^7.4|^8.0", "illuminate/config": "^7.0|^8.0|^9.0|^10.0", "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "php-mqtt/client": "^1.3.0" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5" }, "autoload": { "psr-4": { "PhpMqtt\\Client\\": "src" } }, "extra": { "laravel": { "providers": [ "PhpMqtt\\Client\\MqttClientServiceProvider" ], "aliases": { "MQTT": "PhpMqtt\\Client\\Facades\\MQTT" } } }, "scripts": { "fix:cs": "vendor/bin/phpcbf", "test": [ "@test:cs" ], "test:cs": "vendor/bin/phpcs" } }