Initial commit

This commit is contained in:
2025-09-06 01:21:02 +02:00
commit 5010d085f5
6 changed files with 429 additions and 0 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"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": {}
}