PHPackages                             itpanda-llc/mikbill-device-api - 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. itpanda-llc/mikbill-device-api

ActiveLibrary[API Development](/categories/api)

itpanda-llc/mikbill-device-api
==============================

API for device management in the MikBill billing system

02PHP

Since May 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/itpanda-llc/mikbill-device-api)[ Packagist](https://packagist.org/packages/itpanda-llc/mikbill-device-api)[ RSS](/packages/itpanda-llc-mikbill-device-api/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

MikBill-Device-API
==================

[](#mikbill-device-api)

API для управления устройствами в биллинговой системе ["MikBill"](https://mikbill.pro)

[![Packagist Downloads](https://camo.githubusercontent.com/77c94b06e3551b077730bd659e52b4d093f5fe631f3773395945d8c07e495c3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f697470616e64612d6c6c632f6d696b62696c6c2d6465766963652d617069)](https://packagist.org/packages/itpanda-llc/mikbill-device-api/stats)[![Packagist License](https://camo.githubusercontent.com/4396693cf800c5eb14a2949f4db91a75f066c201ff5872a41d9bd21072a3d829/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f697470616e64612d6c6c632f6d696b62696c6c2d6465766963652d617069)](https://camo.githubusercontent.com/4396693cf800c5eb14a2949f4db91a75f066c201ff5872a41d9bd21072a3d829/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f697470616e64612d6c6c632f6d696b62696c6c2d6465766963652d617069)[![Packagist PHP Version Support](https://camo.githubusercontent.com/a6827d27e7eaf48a0a3b7b0a7e058ecbe0ebe145cd80ed51bd4d7f535533f0a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f697470616e64612d6c6c632f6d696b62696c6c2d6465766963652d617069)](https://camo.githubusercontent.com/a6827d27e7eaf48a0a3b7b0a7e058ecbe0ebe145cd80ed51bd4d7f535533f0a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f697470616e64612d6c6c632f6d696b62696c6c2d6465766963652d617069)

Ссылки
------

[](#ссылки)

- [Разработка](https://github.com/itpanda-llc)
- [О проекте (MikBill)](https://mikbill.pro)
- [Документация (MikBill)](https://wiki.mikbill.pro)

Возможности
-----------

[](#возможности)

- Отображение серверов доступа
- Отображение устройств пользователей

Требования
----------

[](#требования)

- PHP &gt;= 7.2
- JSON
- libxml
- PDO
- SimpleXML

Установка
---------

[](#установка)

```
composer require itpanda-llc/mikbill-device-api
```

Конфигурация
------------

[](#конфигурация)

Указание в файлах

- Параметров аутентификации в ["Auth.php"](src/Auth.php)
- Путей к [конфигурационному файлу](https://wiki.mikbill.pro/billing/config_file) и интерфейсу в ["index.php"](examples/www/mikbill/admin/api/device/index.php), предварительно размещенного в каталоге веб-сервера

Примеры запросов к интерфейсу
-----------------------------

[](#примеры-запросов-к-интерфейсу)

Отображение серверов доступа

```
%URL%?secret=%SECRET%&device=nas&type=mikrotik

```

Отображение устройств пользователей

```
%URL%?secret=%SECRET%&device=cpe&type=1

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61195488?v=4)[Mikhail Pakhomov](/maintainers/itpanda-llc)[@itpanda-llc](https://github.com/itpanda-llc)

---

Top Contributors

[![itpanda-llc](https://avatars.githubusercontent.com/u/61195488?v=4)](https://github.com/itpanda-llc "itpanda-llc (1 commits)")

### Embed Badge

![Health badge](/badges/itpanda-llc-mikbill-device-api/health.svg)

```
[![Health](https://phpackages.com/badges/itpanda-llc-mikbill-device-api/health.svg)](https://phpackages.com/packages/itpanda-llc-mikbill-device-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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