Initial commit

This commit is contained in:
2025-09-26 12:56:23 +02:00
commit 2e757c674c
12 changed files with 1568 additions and 0 deletions

8
src/logquery.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
use LogDb\LogQuery\LogQueryApplication;
require_once __DIR__."/../vendor/autoload.php";
$app = new LogQueryApplication();
$app->run();