You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

51 lines
995 B

{
"name": "evilfreelancer/routeros-api-php",
"type": "library",
"description": "Modern Mikrotik RouterOS API PHP client for your applications (with Laravel support)",
"keywords": [
"socket-client",
"psr-4",
"routeros",
"mikrotik",
"laravel",
"plugin",
"facade"
],
"license": "MIT",
"autoload": {
"psr-4": {
"RouterOS\\": "./src/"
}
},
"autoload-dev": {
"psr-4": {
"RouterOS\\Tests\\": "./tests/"
}
},
"authors": [
{
"name": "Paul Rock",
"email": "paul@drteam.rocks",
"homepage": "http://drteam.rocks/",
"role": "Developer"
}
],
"extra": {
"laravel": {
"providers": [
"RouterOS\\Laravel\\ClientServiceProvider"
],
"aliases": {
"RouterOS": "RouterOS\\Laravel\\ClientFacade"
}
}
},
"require": {
"php": "^7.2",
"ext-sockets": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "^3.0"
}
}