Easy
Two lines of code to get up and running
Learn More
Open
Open source all the way through
Lightweight
Small footprint, caching, optimised routing
Model, View, Controller architecture helps you avoid code spaghetti!
Harness object relational mapping to use database tables as classes.
$user = new Users(); $user->name = "Ormville"; $user->save();