PHPackages                             xwiz/mikrotik-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. [HTTP &amp; Networking](/categories/http)
4. /
5. xwiz/mikrotik-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

xwiz/mikrotik-api
=================

Mikrotik API PHP Library for working with RouterOS API

31752PHP

Since May 5Pushed 7y ago2 watchersCompare

[ Source](https://github.com/xwiz/mikrotik-api)[ Packagist](https://packagist.org/packages/xwiz/mikrotik-api)[ RSS](/packages/xwiz-mikrotik-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

mikrotik-api
============

[](#mikrotik-api)

Mikrotik API PHP Library

This composer package for the Mikrotik API enables you to easily control Mikrotik routers via the PHP API. This package was originally developed by nunenuh but seems to be no longer active hence the reason for this.

How to Install
--------------

[](#how-to-install)

```
composer require xwiz/mikrotik-api

```

How to Use
----------

[](#how-to-use)

Specify the desired namespaces in your class

```
use MikrotikAPI\Talker\Talker;
use MikrotikAPI\Commands\IP\Hotspot\HotspotUserProfiles;

```

Initialize the talker class and dump hotspot user profiles (assuming you have hotspot setup)

```
$talker = Talker::create('192.168.88.1', 'admin', '');
$profiles = new HotspotUserProfiles($talker);
var_dump($talker->getAll());//prints an array of installed hotspot user profiles

```

Contributing
------------

[](#contributing)

Please create an issue to discuss or pull request accordingly.

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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/f6ca02994d891ce4ac871d0cf344888f9b2d7a52d9cb424be8a4e908d0d4a84b?d=identicon)[xwiz](/maintainers/xwiz)

---

Top Contributors

[![nunenuh](https://avatars.githubusercontent.com/u/901090?v=4)](https://github.com/nunenuh "nunenuh (12 commits)")[![xwiz](https://avatars.githubusercontent.com/u/3619843?v=4)](https://github.com/xwiz "xwiz (4 commits)")

### Embed Badge

![Health badge](/badges/xwiz-mikrotik-api/health.svg)

```
[![Health](https://phpackages.com/badges/xwiz-mikrotik-api/health.svg)](https://phpackages.com/packages/xwiz-mikrotik-api)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k126](/packages/httpsoft-http-message)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69131.6k](/packages/serpapi-google-search-results-php)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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