initial commit

This commit is contained in:
2026-05-06 11:28:41 +02:00
commit 39ee31debb
23 changed files with 1645 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "jakach/logging",
"description": "Log analysis and alerting system",
"type": "project",
"autoload": {
"psr-4": {
"Jakach\\Logging\\": "src/"
}
},
"require": {
"php": ">=8.2"
},
"scripts": {
"serve": "php -S 0.0.0.0:8080 -t public"
}
}