I’m developing a PHP framework which aim to
- Easy and simple to use, not tons of codes to look at
- MVC supported
- Work with packages from Composer
The link of my project as per below
https://github.com/thnguyendev/phpcore
It is just a bunch of codes right now but at least it works. Basically, these are the features in this project for now - A simple MVC framework
- A simple exception handler
- Support Doctrine 2 due to Composer
I need any helps to improve my project for - Testing module
- Logging module
- Authorization services, etc…
If you’re interested in developing framework please have a look at my project. Any contributing are appreciated.