PHPackages                             bjhansen/wemo-php-toolkit - 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. bjhansen/wemo-php-toolkit

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

bjhansen/wemo-php-toolkit
=========================

PHP classes for use with Belkin's WeMo system

011PHP

Since Oct 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bjhansen-ualr/WeMo-PHP-Toolkit)[ Packagist](https://packagist.org/packages/bjhansen/wemo-php-toolkit)[ RSS](/packages/bjhansen-wemo-php-toolkit/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

WeMo-PHP-Toolkit
================

[](#wemo-php-toolkit)

- Author: Thorne Melcher (GitHub: ExistentialEnso)
- License: LGPL v3 (more permissive commercial licensing available for a fee on request)
- Version: 0.1.1

PHP classes for use with Belkin's WeMo system. Currently only has an "Outlet" class (sorry, that's the only WeMo product I own!)

Installation
------------

[](#installation)

Composer is the easiest way to manage dependencies in your project. Create a file named composer.json with the following:

```
{
  "require": {
    "wemo-php-toolkit/wemo-php-toolkit": "dev-master"
  }
}
```

And run Composer to install wemo-php-toolkit:

```
$ curl -s http://getcomposer.org/installer | php
$ composer.phar install
```

Usage
-----

[](#usage)

```
$outlet = new Outlet("192.168.1.x"); // Change to location of Outlet on your network
$outlet->setIsOn(false); // Outlet will shut off!
```

The outlets even save their name and icon to them (which can be changed in the official apps), which you can view:

```
$outlet->getIconUrl(); // e.g. "http://192.168.1.x:49153/icon.png"
$outlet->getDisplayName(); // e.g. "Air Purifier"
$outlet->getManufacturer(); // e.g. "Belkin"
$outlet->getModelDescription(); // e.g. "Belkin Plugin Socket 1.0"
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4f970238298f7151f8bfaa67412776ebfaa0967c503c514b45e71db4d2bba95?d=identicon)[bjhansen](/maintainers/bjhansen)

---

Top Contributors

[![lkorth](https://avatars.githubusercontent.com/u/1163999?v=4)](https://github.com/lkorth "lkorth (6 commits)")[![ExistentialEnso](https://avatars.githubusercontent.com/u/824548?v=4)](https://github.com/ExistentialEnso "ExistentialEnso (4 commits)")[![benjaminhansen](https://avatars.githubusercontent.com/u/17499722?v=4)](https://github.com/benjaminhansen "benjaminhansen (1 commits)")

### Embed Badge

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

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

###  Alternatives

[gonetone/laravel-boost-windsurf-extension

Laravel Boost extension package that provides Windsurf editor and Windsurf JetBrains plugin integration.

239.1k](/packages/gonetone-laravel-boost-windsurf-extension)[adereldo/correios

Consulta de cep,rastreio em site do correios

121.4k](/packages/adereldo-correios)

PHPackages © 2026

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