PHPackages                             php-client/keenetic - 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. php-client/keenetic

ActiveLibrary[API Development](/categories/api)

php-client/keenetic
===================

PHP Client for Keenetic Router API

v0.1.1(1y ago)4251MITPHPPHP ^8.3

Since May 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/php-client/keenetic)[ Packagist](https://packagist.org/packages/php-client/keenetic)[ RSS](/packages/php-client-keenetic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

PHP client for Keenetic Routers API.
====================================

[](#php-client-for-keenetic-routers-api)

This is a PHP client for the [Keenetic Routers API](https://help.keenetic.com/hc/en-us).

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

[](#installation)

Install the package via composer:

```
composer require php-client/keenetic
```

Usage
-----

[](#usage)

Simple example:

```
use PhpClient\Keenetic\Keenetic;

$keenetic = new Keenetic(
    // Replace with real values for your router:
    baseUrl: 'http://192.168.1.1',
    login: 'admin',
    password: 'admin',
);

$keenetic->auth();

$response = $keenetic->api->devices()->listDevices();

foreach ($response->json('host') as $device) {
    echo $device['name'];
}
```

List of available API methods
-----------------------------

[](#list-of-available-api-methods)

API client is currently under development. Presently, the following methods are available:

- Devices
    - List devices
    - Register device
    - Unregister device
    - Set device IP
    - Unset device IP
- System
    - Get default config
    - Get running config
    - Get startup config
    - Get log

More methods will be added in the future.

License
-------

[](#license)

This package is released under the [MIT License](LICENSE.md).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance44

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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

Every ~295 days

Total

2

Last Release

441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31df2ea335c3dda0ced87001849611067f9107484dd487ddfc5971311ccd6222?d=identicon)[sentosango](/maintainers/sentosango)

---

Top Contributors

[![sentosango](https://avatars.githubusercontent.com/u/72351912?v=4)](https://github.com/sentosango "sentosango (28 commits)")

---

Tags

apiclientkeeneticphproutersaloonsdkapiclientsaloonkeenetic

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/php-client-keenetic/health.svg)

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

###  Alternatives

[saloonphp/laravel-plugin

The official Laravel plugin for Saloon

765.7M125](/packages/saloonphp-laravel-plugin)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)

PHPackages © 2026

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