19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"name": "logdb/client",
|
|
"description": "PHP client for LogDB (HTTP and UDP)",
|
|
"type": "library",
|
|
"license": "GPL-2.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LogDb\\Client\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Vagnetoft",
|
|
"email": "labs@noccy.com"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|