Download the PHP package gared/shelly-php-client without Composer
On this page you can find all versions of the php package gared/shelly-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gared/shelly-php-client
More information about gared/shelly-php-client
Files in gared/shelly-php-client
Download gared/shelly-php-client
More information about gared/shelly-php-client
Files in gared/shelly-php-client
Vendor gared
Package shelly-php-client
Short Description Client to access HTTP API of shelly devices
License MIT
Package shelly-php-client
Short Description Client to access HTTP API of shelly devices
License MIT
Please rate this library. Is it a good library?
Informations about the package shelly-php-client
shelly-php-client
You can use this library to access the HTTP API of a Shelly device. You can find the official API documentation here.
Installation
Use composer
Getting started
Configure client
If you have configured login credentials you have to create the client like this:
Get current power usage
Power shelly plug "on"
Full example
Supported Platforms
- You need at least PHP 8.1
Supported APIs
API | Code |
---|---|
/light | $client->getLight(); |
/meter | $client->getMeter(); |
/relay | $client->getRelay(); |
/settings | $client->getSettings(); |
/settings/actions | $client->getActions(); |
/settings/light | $client->getSettingsLight(); |
/status | $client->getStatus(); |
All versions of shelly-php-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-json Version *
guzzlehttp/guzzle Version ^7.2
symfony/serializer Version ^5.2|^6.0|^7.0
symfony/property-access Version ^5.2|^6.0|^7.0
symfony/property-info Version ^5.2|^6.0|^7.0
phpdocumentor/reflection-docblock Version ^5.2
ext-json Version *
guzzlehttp/guzzle Version ^7.2
symfony/serializer Version ^5.2|^6.0|^7.0
symfony/property-access Version ^5.2|^6.0|^7.0
symfony/property-info Version ^5.2|^6.0|^7.0
phpdocumentor/reflection-docblock Version ^5.2
The package gared/shelly-php-client contains the following files
Loading the files please wait ....