Download the PHP package mivodev/laravel-mikrotik-api-ros6 without Composer
On this page you can find all versions of the php package mivodev/laravel-mikrotik-api-ros6. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-mikrotik-api-ros6

Laravel Mikrotik API ROS6
A clean, elegant Laravel wrapper for mivodev/mikrotik-api-ros6. Provides a ServiceProvider, Facade, and configuration file for seamless integration into your Laravel application.
Installation
Publish the configuration file:
Configuration
After publishing, you can configure your default router credentials in your .env file:
Usage
1. Dedicated Service Managers (Sugar Syntax)
Rather than executing raw CLI commands, you can use 22 dedicated service managers that cover all core ISP and network operations with clean, autocomplete-friendly PHP methods:
Available managers: arp(), bridge(), dhcp(), dns(), firewall(), hotspot(), interfaces(), ipAddress(), ipPool(), ntp(), pppoe(), queue(), radius(), routes(), routerUsers(), scripts(), sessionMonitor(), syslog(), system(), usageTracker(), vpn(), wireless().
2. Fluent Query Builder
Execute targeted query commands easily using fluent builder syntax:
3. Hybrid Multi-Tenant Connections
Perfect for SaaS applications (like Mivo Enterprise) where router credentials are retrieved dynamically from the database:
4. Interactive Artisan Diagnosis
Diagnose and ping router connections easily using the Artisan tool:
For a list of options and usage details, run:
License
MIT License. See LICENSE for details.
All versions of laravel-mikrotik-api-ros6 with dependencies
illuminate/support Version ^10.0 || ^11.0 || ^12.0 || ^13.0
mivodev/mikrotik-api-ros6 Version ^0.1.0