PHP custom framework experiment
This project is all about experimenting with features PHP/Modern PHP has to offer. Implementing programming best practices and patterns, and creating a custom PHP framework from scratch.
Index and progress
- Creating configurations
- Creating PHP autoloader
- Database connection
- Query builder
- Pagination
- ORM (Object relationship mapper)
- HTML component generator
- Middleware
- Authentication
- Routing
- Caching
- REST API
- Security
- Implementing PSR classes
Improvements
- Fixes and improvements
- Restructuring
- Testing
Notes
- It's only for experiments and not intended for production use.