client-php/composer.json

19 lines
468 B
JSON

{
"name": "reflect/client",
"description": "Extendable PHP interface for communicating with Reflect API over HTTP or UNIX sockets",
"type": "library",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Victor Westerlund",
"email": "victor.vesterlund@gmail.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Reflect\\": "src/"
}
},
"require": {}
}