dev-master
9999999-devORM for FW
Unlicense
The Requires
by Martin Smeeckaert
1.0.0.0
1.0.0.0ORM for FW
Unlicense
The Requires
by Martin Smeeckaert
ORM for FW
This is a lightweight standalone ORM in PHP. It was primarly made to use for simple REST APIs., (*1)
This library is willingly simplified., (*2)
If you want to use these features, there is plenty other ORM available that do it probably better !, (*3)
Clone the depot and add the Orm namespace in your autoloader., (*4)
Then put database informations in your application bootstrap., (*5)
$dsn = 'mysql:dbname=YOUR_DB;host=YOUR_HOST'; $user = 'YOUR USER'; $password = 'YOUR_PASSWORD'; \Orm\DB::init($dsn, $user, $password);
See the wiki, (*6)
Everything here is public domain., (*7)
ORM for FW
Unlicense
ORM for FW
Unlicense