PHPackages                             lichi/keenetic-sdk - 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. [API Development](/categories/api)
4. /
5. lichi/keenetic-sdk

ActiveLibrary[API Development](/categories/api)

lichi/keenetic-sdk
==================

PHP SDK for Keenetic routers

1.0.3(5y ago)391MITPHP

Since Jun 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/IvanHunters/lichi-keenetic-sdk)[ Packagist](https://packagist.org/packages/lichi/keenetic-sdk)[ Docs](https://github.com/IvanHunters/lichi-keenetic-sdk)[ RSS](/packages/lichi-keenetic-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Email for cooperation:

lichi-keenetic-sdk
==================

[](#lichi-keenetic-sdk)

**For install:**

```
composer require lichi/keenetic-sdk

```

**Calling the constructor to get started**

```
include "vendor/autoload.php";

use Lichi\Keenetic\ApiProvider;
use GuzzleHttp\Client;
use Lichi\Keenetic\Sdk\LAN\DevicesList;

$client = new Client([
    'base_uri' => "http://192.168.0.1",
    'verify' => false,
    'timeout'  => 30.0,
]);

$apiProvider = new ApiProvider($client, getenv('API_LOGIN'), getenv('API_PASS'));

```

Get about info
==============

[](#get-about-info)

```
$about = new About($apiProvider);
$aboutData = $about->get();

```

Work with devices
=================

[](#work-with-devices)

```
$deviceList = new DevicesList($apiProvider);

$active = $deviceList->getActive(true);
$unregistered = $deviceList->getRegistered(false);
$disabled = $deviceList->getDisabled(true);

$deviceList->registration("Клиент", $unregistered[0]);
$deviceList->unRegistration("38:6b:1c:96:b4:83");

$deviceList->disableInternet("cc:2d:21:6d:d7:99");
$deviceList->enableInternet("cc:2d:21:6d:d7:99");

```

Get traffic info
================

[](#get-traffic-info)

```
$traffic = new Traffic($apiProvider);
$trafficData = $traffic->limit(5);

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity55

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 ~0 days

Total

4

Last Release

1834d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6dc90dea0af427c7501b6494809381ce8716670db9d448dc890b3056b5bb3033?d=identicon)[Lichi](/maintainers/Lichi)

---

Tags

keeneticlichikeenetic php sdkkeenetic api

### Embed Badge

![Health badge](/badges/lichi-keenetic-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/lichi-keenetic-sdk/health.svg)](https://phpackages.com/packages/lichi-keenetic-sdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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