This project is built on a custom PHP framework designed to create modern, secure and modular web applications.
Philosophy
The framework emphasizes clarity, explicit architecture and long-term maintainability.
- Modular architecture with explicit dependencies
- Security-first design (CSRF, CSP, authentication, permissions)
- Built-in internationalization (i18n)
- Strict separation between core, modules and project code
Key features
- Router with middleware and locale-aware URLs
- Pluggable modules (auth, admin, permissions, roles, etc.)
- Fine-grained role and permission system
- Smarty templates compatible with strict CSP
- Consistent JSON API contracts for AJAX-first UX
Goal
The goal of this framework is to provide a solid foundation for real-world projects, while remaining understandable, debuggable and extensible.