Powerful, validating, Active Record style ORM. (Not ready for production use!)

dev-master 2015-01-05 21:58 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:18:32 UTC


README

An ActiveRecord ORM based heavily on the truly excellent JellyORM for Kohana.

Build Status Coverage Status

Latest Stable Version Total Downloads License

Features

  • Validation baked in
  • Flexible
  • Fast

Installation

Installation is via composer, in the usual manner:

{
    "require": {
        "solution10/orm": "~1.0"
    }
}

Documentation

Userguide

Check out the Wiki

(or the /docs folder in the repo)

API Docs

From a checkout of this project, run:

$ make

This will create an api/ folder for you to peruse.

PHP Requirements

  • PHP >= 5.4

Author

Alex Gisby: GitHub, Twitter

License

MIT

Contributing

Contributors Notes