Active Record for Composer. Requires PHP 5.4 and later.
-
Use Composer to install Active Record into your project:
composer require thru.io/active_record
-
Use it as follows:
I really aught to write some examples to go with this project. For now, have a look at how the test models work
```bash
Something needs to be written....
```
nullable typesDone!versionable objectsDone!- inter-object relationships
- returning collections, not arrays.