Initial public release

This commit is contained in:
2026-06-16 18:55:05 +03:30
commit 17dfd5e49d
10 changed files with 787 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Local machine configuration. Copy config.example.json to config.json.
/config.json
# Runtime/test output.
/.php-dev-router.*
/tmp/
# Dependency and editor state.
/vendor/
/.idea/
/.vscode/
.DS_Store