zilleali / mikrotik-laravel
MikroTik RouterOS API for Laravel — PPPoE, Hotspot, Queues & Monitoring
v0.1.0
2026-05-15 16:34 UTC
Requires
- php: ^8.2
- illuminate/support: ^11.0|^12.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^9.0|^10.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
This package is auto-updated.
Last update: 2026-05-15 16:45:48 UTC
README
MikroTik RouterOS API for Laravel
Manage PPPoE, Hotspot, Queues, Interfaces & System health from any Laravel application. Built by an MTCNA-certified ISP engineer — zilleali.com
Installation
composer require zilleali/mikrotik-laravel php artisan vendor:publish --tag=mikrotik-config
Quick usage
use ZillEAli\MikrotikLaravel\Facades\MikroTik; $sessions = MikroTik::pppoe()->getActiveSessions(); MikroTik::pppoe()->kickSession('ali-home'); $health = MikroTik::system()->getResources();