azardron228 / stag
framework
dev-main
2024-02-11 08:37 UTC
Requires
- laminas/laminas-httphandlerrunner: ^2.10
- nyholm/psr7: ^1.8
- nyholm/psr7-server: ^1.1
- php-di/php-di: ^7.0
- psr/http-client: ^1.0
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^3.0
- symfony/console: ^7.0
This package is auto-updated.
Last update: 2025-03-11 10:48:02 UTC
README
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.
Features
- Routing:
- Middleware:
- Database: Postgresql, MySql, SQlite.
- Dependency injection container: Supports autowiring.
- Logger: A psr-3 based logger.
- Authentication
Creating Project
A simple demonstation app with authentication.
composer create-project --prefer-dist azadron228/stag-skeleton=dev-main new-app