Files
client-php/composer.json
2025-09-06 01:21:02 +02:00

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": {}
}