mikrotik-api
mikrotik-api copied to clipboard
Mikrotik API PHP Library
Halo ada yang tahu kenapa data tidak ditemukan? Padahal data di mikrotik ada. Berikut scriptnya: ``` $auth = new Auth(); $auth->setHost(env('MIKROTIK_IP')); $auth->setUsername(env('MIKROTIK_USERNAME')); $auth->setPassword(env('MIKROTIK_PASSWORD')); $talker = new Talker($auth); $secret = new...
## UNMAINTAINED WARNING Please do **NOT** use @nunenuh's branch, it has been unmaintained for a long time. Instead, use the more recent forks, contributed by @xwiz and @oele-code.
Fixes
Fixed issues with output line formatting on Windows/all platforms. Fixed wrong/outdated namespacing issues Fixed slight grammatical errors
/ip/hotspot/user/reset-counter is incorrect this is correct /ip/hotspot/user/reset-counters
### It was added two new classes: - [MikrotikAPI\Util\Validation] that has methods to validate the fields; - [MikrotikAPI\MikrotikException] responsible for the regenciar exeções the componet. In Auth class was added...