Download the PHP package a15lam/php-wemo without Composer
On this page you can find all versions of the php package a15lam/php-wemo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download a15lam/php-wemo
More information about a15lam/php-wemo
Files in a15lam/php-wemo
Download a15lam/php-wemo
More information about a15lam/php-wemo
Files in a15lam/php-wemo
Vendor a15lam
Package php-wemo
Short Description PHP library for Wemo devices.
License Apache-2.0
Homepage https://a15lam.github.io/php-wemo/
Package php-wemo
Short Description PHP library for Wemo devices.
License Apache-2.0
Homepage https://a15lam.github.io/php-wemo/
Please rate this library. Is it a good library?
Informations about the package php-wemo
php-wemo
PHP library to control Wemo devices.
Currently supports...
- Wemo light bulb - on/off/dimming
- Wemo light switch - on/off
- Wemo switch (socket) - on/off
- Wemo insight switch - on/off/params
- Device discovery
- Grouped devices under wemo bridge
Getting started:
git clone https://github.com/a15lam/php-wemo.git cd php-wemo composer update php example/console.php // An example command line app to control your wemo devices.
Usage:
$lightSwitch = \a15lam\PhpWemo\Discovery::getDeviceByName('Bed Room Light'); // Use your wemo device name as they show on your wemo app. Supports grouped devices $lightSwitch->On(); sleep(2); // Allow a moment to see the light turning on. $lightSwitch->Off(); // Get switch status echo $lightSwitch->status();
Check the example directory for more usage. Run example/console.php from command line to control your devices.
All versions of php-wemo with dependencies
PHP Build Version
Package Version
The package a15lam/php-wemo contains the following files
Loading the files please wait ....