Developed a modular PHP framework from scratch for learning purposes, exploring key concepts like PSR-11 DI with autowiring, PSR-15 middleware for flexible request handling, and PSR-3 logging for improved debugging. Implemented robust validation rules and secure authentication with cookie-based sessions.
- Routing:
- Middleware:
- Database: Postgresql, MySql, SQlite.
- Dependency injection container: Supports autowiring.
- Logger: A psr-3 based logger.
- Authentication
A simple demonstation app with authentication.
composer create-project --prefer-dist azadron228/stag-skeleton=dev-main new-app