element

A Lightweight PHP Framework

Easy

Two lines of code to get up and running

Learn More

Open

Open source all the way through

Learn More

Lightweight

Small footprint, caching, optimised routing

Learn More

MVC

Model, View, Controller architecture helps you avoid code spaghetti!

Learn More →

ORM

Harness object relational mapping to use database tables as classes.


    $user = new Users();
        $user->name = "Ormville";
    $user->save();
                        
Learn More →