PHPackages                             a15lam/php-wemo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. a15lam/php-wemo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

a15lam/php-wemo
===============

PHP library for Wemo devices.

0.2.2(9y ago)72852Apache-2.0PHP &gt;=5.6

Since Oct 30Compare

[ Source](https://github.com/a15lam/php-wemo)[ Packagist](https://packagist.org/packages/a15lam/php-wemo)[ Docs](https://a15lam.github.io/php-wemo/)[ RSS](/packages/a15lam-php-wemo/feed)WikiDiscussions Synced 1w ago

READMEChangelogDependencies (2)Versions (7)Used By (2)

php-wemo
========

[](#php-wemo)

PHP library to control Wemo devices.

Currently supports...

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:
----------------

[](#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:
------

[](#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.

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~56 days

Total

5

Last Release

3352d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.5

0.1.1PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/582895?v=4)[Arif Islam](/maintainers/a15lam)[@a15lam](https://github.com/a15lam)

---

Tags

soapWemophp-wemo

### Embed Badge

![Health badge](/badges/a15lam-php-wemo/health.svg)

```
[![Health](https://phpackages.com/badges/a15lam-php-wemo/health.svg)](https://phpackages.com/packages/a15lam-php-wemo)
```

###  Alternatives

[phpro/soap-client

A general purpose SoapClient library

8896.3M56](/packages/phpro-soap-client)[artisaninweb/laravel-soap

A SoapClient wrapper integration for Laravel

6294.8M13](/packages/artisaninweb-laravel-soap)[meng-tian/php-soap-interpreter

A PHP library for interpreting SOAP messages.

212.8M4](/packages/meng-tian-php-soap-interpreter)[dcarbone/soap-plus

PHP SoapClient wrapper class

2450.9k](/packages/dcarbone-soap-plus)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
