homenet.dev/routeros-api

This is my package routeros-api

dev-main 2024-04-19 07:01 UTC

This package is not auto-updated.

Last update: 2024-05-07 01:07:42 UTC


README

Latest Version on Packagist Tests Total Downloads

This is an Service for connecting to RouterOS API.

Installation

You can install the package via composer:

composer require homenet.dev/routeros-api

Usage

use HomeNet\RouterosApi\RouterAPI;

$routerApi = RouterAPI::make('host', 'username', 'password');

$routerApi->comm('/interface/print');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.