An ActiveRecord ORM based heavily on the truly excellent JellyORM for Kohana.
- Validation baked in
- Flexible
- Fast
Installation is via composer, in the usual manner:
{
"require": {
"solution10/orm": "~1.0"
}
}
(or the /docs folder in the repo)
From a checkout of this project, run:
$ make
This will create an api/ folder for you to peruse.
- PHP >= 5.4