feat: migrate backend to high-performance PHP 8.5 with SQLite PDO

This commit is contained in:
Antigravity Bot
2026-08-30 08:20:43 +03:30
parent 06e1266662
commit ded79a9a9e
5 changed files with 655 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
// index.php - Main entry point
require __DIR__ . '/router.php';