2017 © Pedro Peláez
 

library php-wemo

PHP library for Wemo devices.

image

a15lam/php-wemo

PHP library for Wemo devices.

  • Saturday, June 10, 2017
  • by a15lam
  • Repository
  • 3 Watchers
  • 6 Stars
  • 229 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 7 Versions
  • 35 % Grown

The README.md

php-wemo

PHP library to control Wemo devices., (*1)

Currently supports..., (*2)

  1. Wemo light bulb - on/off/dimming
  2. Wemo light switch - on/off
  3. Wemo switch (socket) - on/off
  4. Wemo insight switch - on/off/params
  5. Device discovery
  6. 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., (*3)

The Versions

10/06 2017

dev-develop

dev-develop https://a15lam.github.io/php-wemo/

PHP library for Wemo devices.

  Sources   Download

Apache-2.0

The Requires

 

by Arif Islam

wemo php-wemo soap

10/06 2017

dev-master

9999999-dev https://a15lam.github.io/php-wemo/

PHP library for Wemo devices.

  Sources   Download

Apache-2.0

The Requires

 

by Arif Islam

wemo php-wemo soap

10/06 2017

0.2.2

0.2.2.0 https://a15lam.github.io/php-wemo/

PHP library for Wemo devices.

  Sources   Download

Apache-2.0

The Requires

 

by Arif Islam

wemo php-wemo soap

02/03 2017

0.2.1

0.2.1.0 https://a15lam.github.io/php-wemo/

PHP library for Wemo devices.

  Sources   Download

Apache-2.0

The Requires

 

by Arif Islam

wemo php-wemo soap

13/01 2017

0.2.0

0.2.0.0 https://a15lam.github.io/php-wemo/

PHP library for Wemo devices.

  Sources   Download

Apache-2.0

The Requires

 

by Arif Islam

wemo php-wemo soap

06/11 2016

0.1.1

0.1.1.0 https://a15lam.github.io/php-wemo/

PHP library for Wemo devices.

  Sources   Download

Apache-2.0

The Requires

 

by Arif Islam

wemo php-wemo soap

30/10 2016

0.1.0

0.1.0.0 https://a15lam.github.io/php-wemo/

PHP library for Wemo devices.

  Sources   Download

Apache-2.0

The Requires

 

by Arif Islam

wemo php-wemo soap