Hi guys, after learning alot about PHP, i decided to create my own PHP framework. It was the result of learning how to use native PHP because somehow i don't really like to learn by using framework and much more prefer to learn about the langguage itself so i can learn all of its features. However learning the PHP itself is not the only reason why i am creating this framework but im looking to test my understanding about the langguage itself. Because there is nothing called "General Purposes Framework".
This Framework mainly used to create website in my old server which is Renslab.com. It's running in PHP 7.0 with a Litespeed webserver which is great. It's somehow faster than using Code Igniter or Laravel because you know, it is a simple framework. This framework was designed with Lazy Load principle which somehow i think will be usefull in an interpreted langguage.
Bear in mind that this is just a toy project. Hence you should take it with a bucket of salt!