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.
35 lines
682 B
35 lines
682 B
{
|
|
"name": "evilfreelancer/routeros-api-php",
|
|
"type": "library",
|
|
"description": "Modern Mikrotik RouterOS API PHP7 client for your applications",
|
|
"keywords": [
|
|
"socket-client",
|
|
"psr-4",
|
|
"routeros",
|
|
"mikrotik"
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.0",
|
|
"ext-sockets": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
}
|
|
}
|