An open API service indexing awesome lists of open source software.

https://github.com/solution10/orm

Experimental ORM based heavily on the old JellyORM from Kohana. NOT READY FOR PRODUCTION USE.
https://github.com/solution10/orm

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# Solution10\ORM

An ActiveRecord ORM based heavily on the truly excellent [JellyORM for Kohana](https://github.com/creatoro/jelly).

[![Build Status](https://travis-ci.org/Solution10/orm.svg?branch=master)](https://travis-ci.org/Solution10/orm)
[![Coverage Status](https://coveralls.io/repos/Solution10/orm/badge.png)](https://coveralls.io/r/Solution10/orm)

[![Latest Stable Version](https://poser.pugx.org/solution10/orm/v/stable.svg)](https://packagist.org/packages/solution10/orm)
[![Total Downloads](https://poser.pugx.org/solution10/orm/downloads.svg)](https://packagist.org/packages/solution10/orm)
[![License](https://poser.pugx.org/solution10/orm/license.svg)](https://packagist.org/packages/solution10/orm)

## Features

- Validation baked in
- Flexible
- Fast

## Installation

Installation is via composer, in the usual manner:

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

## Documentation

### Userguide

[Check out the Wiki](https://github.com/Solution10/orm/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](http://github.com/alexgisby), [Twitter](http://twitter.com/alexgisby)

## License

[MIT](http://github.com/solution10/orm/tree/master/LICENSE.md)

## Contributing

[Contributors Notes](http://github.com/solution10/orm/tree/master/CONTRIBUTING.md)