Net_RouterOS
Net_RouterOS copied to clipboard
This package allows you to read and write information from a RouterOS host using the MikroTik RouterOS API protocol.
Is there is any way to get mikrotik router MAC address
Succed at Localhost... but Failed to Connect at real Host... Userman use VPS... Controller : `function __construct(){ parent::__construct(); require_once(APPPATH.'libraries/PEAR2/Autoload.php'); } function pelanggan_edit(){ try { $util = new PEAR2\Net\RouterOS\Util($client = new...
Hi! There an arror in the code of find method, class util. As a result, it returns NOT comma separated, but just concatenated results, leading to any usage failure. the...
Is the dev version backwards compatible? Needs to write some scripts now, and we are still running 6.42 version. We will be moving up soon. regards
Good morning, for some time I noticed a certain abnormality in access to mikrotik via api php, previously used a simple class provided, that simple: https://github.com/BenMenking/routeros-api/blob/master/routeros_api.class.php then I started using...
Hello, I've upgraded to version 6.43rc5 only to find out the API login doesn't work as they've changed the way you're supposed to login. Can I please get a quick...
Hi, first I want to thank you all for making this API possible in PHP. Now I want to represent my issue. Below is part of my code: ``` $client...
While the basic functionality of the Query class works for most cases, it can quickly become difficult to use (or at the very least lead to verbose code) as the...
Often I don't need to get a particular property using $response->getProperty('name'), but need all rows as a plain array. There is toArray() method, but it just returns array of Response...