PHPackages                             vrcif/php-smartdevice - 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. vrcif/php-smartdevice

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

vrcif/php-smartdevice
=====================

PHP library to access TP-Link smart plugs

0.0.1(2y ago)06MITPHPPHP &gt;=7.4

Since Oct 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/VRciF/php-smartdevice)[ Packagist](https://packagist.org/packages/vrcif/php-smartdevice)[ RSS](/packages/vrcif-php-smartdevice/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

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

[](#installation)

`composer require vrcif/php-stmartdevice`

Usage
-----

[](#usage)

### TPLink Tapo P110

[](#tplink-tapo-p110)

```
$ip = '10.0.x.x';  // your device IP
$email = 'some@email.com';  // the email you used to register your account
$pwd = 'stecsyronaotem';  // the pwd you used for your account during setup

$p110 = new \VRciF\PhpSmartdevice\Tapo\P110($ip);
$p110->handshake();
$p110->login($email, $pwd);

$deviceInfo = $p110->getDeviceInfo();
if ($deviceInfo->isDeviceOn()) {
  $p110->turnOff();
}

```

### TPLink Kasa HS110

[](#tplink-kasa-hs110)

Info about the protocol from

-
-

```
$ip = '192.168.x.x';  // your device IP
$tpLink = new \VRciF\PhpSmartdevice\Kasa\HS110($ip);
$energy = $tpLink->getEnergy();
$currentInAmpere = $energy->getCurrentInAmpere();

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

959d ago

### Community

Maintainers

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

---

Top Contributors

[![VRciF](https://avatars.githubusercontent.com/u/2559164?v=4)](https://github.com/VRciF "VRciF (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vrcif-php-smartdevice/health.svg)

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

###  Alternatives

[cerbero/lazy-json

Framework-agnostic package to load JSONs of any dimension and from any source into Laravel lazy collections.

254309.8k1](/packages/cerbero-lazy-json)[ldaptools/ldaptools

LdapTools is a feature-rich LDAP library for PHP 5.6+.

204263.9k1](/packages/ldaptools-ldaptools)[ezsystems/ezplatform-standard-design

eZ Platform Standard Design Bundle

30705.9k10](/packages/ezsystems-ezplatform-standard-design)[symbiote/silverstripe-grouped-cms-menu

Allows you to group CMS menu items.

3696.2k6](/packages/symbiote-silverstripe-grouped-cms-menu)[phoenix-lib/nova-nested-tree-attach-many

Nova vue-tree-select field for management nested category relations.

3587.4k](/packages/phoenix-lib-nova-nested-tree-attach-many)[sajadsdi/laravel-setting-pro

Easy settings management for laravel framework

1315.9k](/packages/sajadsdi-laravel-setting-pro)

PHPackages © 2026

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