SaberPHP is fast , easy to learn php framework that follows the MVC pattern.
I have found that is hard to learn the existing frameworks , they have many conventions
and configurations to be done , and their patterns where hard to follow.
The actual problem was that there is a lot to learn before fully understand
how they work and how things should be done.
At the end of the day it was much easier for me to code my own application
from scratch instead of learning a framework.That inspired me to code this
framework which is lightweight , easy to learn and very fast at executing the code.
Key Features
- Very fast execution of the code
- Easy to learn , following the well known MVC pattern
- Plug-in based
- It has its own built-in ORM
- Object Oriented Programming

