thru.io/active_record

There is no license information available for the latest version (0.4.3) of this package.

An active-record like implementation


README

Build Status Code Climate Test Coverage Dependency Status Average time to resolve an issue Percentage of issues still open

Active Record for Composer. Requires PHP 5.4 and later.

Install

  1. Use Composer to install Active Record into your project:

    composer require thru.io/active_record
  2. 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....
```

TODO List:

  • nullable types Done!
  • versionable objects Done!
  • inter-object relationships
  • returning collections, not arrays.