A small PHP framework
  • PHP 96.9%
  • HTML 2.3%
  • Dockerfile 0.6%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-20 01:39:54 +02:00
bootstrap remove outdated TODO 2026-07-20 01:39:54 +02:00
config refactor storage system; implement StorageManager, StorageFactory, and FlysystemStorage classes, and add storage configuration 2026-04-01 02:31:36 +02:00
docker refactor configuration and exception handling; update namespaces for DotEnv and ExceptionHandler, enhance Nginx configuration, and implement centralized logging functionality 2026-03-30 01:54:50 +02:00
public refactor Logger and Str classes; implement EscapeTrait for HTML escaping and update Logger's buildRow method for improved message handling 2026-04-05 01:57:36 +02:00
routes feat(App): implement application bootstrapping and routing functionality 2026-07-18 22:54:45 +02:00
src remove outdated TODO 2026-07-20 01:39:54 +02:00
.env.example refactor configuration and environment handling; remove Env class, introduce DotEnv and Config classes 2026-03-28 14:28:51 +01:00
.gitignore refactor application structure; update .gitignore to include storage, modify exception handler registration, enhance helper functions for app and logger access, adjust Docker configurations, and implement entrypoint script for storage setup 2026-03-29 01:27:35 +01:00
compose.yaml refactor application structure; update .gitignore to include storage, modify exception handler registration, enhance helper functions for app and logger access, adjust Docker configurations, and implement entrypoint script for storage setup 2026-03-29 01:27:35 +01:00
composer.json refactor storage system; implement StorageManager, StorageFactory, and FlysystemStorage classes, and add storage configuration 2026-04-01 02:31:36 +02:00
composer.lock refactor storage system; implement StorageManager, StorageFactory, and FlysystemStorage classes, and add storage configuration 2026-04-01 02:31:36 +02:00
LICENSE Initial commit 2026-03-23 18:30:08 +01:00