Skip to content
/ orm Public

Experimental ORM based heavily on the old JellyORM from Kohana. NOT READY FOR PRODUCTION USE.

License

Notifications You must be signed in to change notification settings

solution10/orm

Repository files navigation

Solution10\ORM

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

About

Experimental ORM based heavily on the old JellyORM from Kohana. NOT READY FOR PRODUCTION USE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published