This project is all about experimenting with features PHP/Modern PHP has to offer. Creating a custom PHP framework from scratch by implementing programming best practices and architectures.
- Creating configurations
- Creating PHP autoloader
- Database connection
- Query builder
- Pagination
- ORM (Object relationship mapper)
- HTML component generator
- Middleware
- Authentication
- Routing
- Caching
- REST API
- Security
- PSR-4: Autoloader (With composer)
- PSR-7: HTTP message interfaces
- Manual testing
- Unit testing
- Automated testing
- Integrate composer ( Dependency management and auto-loading )
- Fixes and improvements
- Restructuring
- It's only for experiments and not intended for production use.
- Licensed under MIT