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.
- Host: GitHub
- URL: https://github.com/solution10/orm
- Owner: solution10
- License: mit
- Created: 2014-11-08T22:21:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T11:45:30.000Z (over 9 years ago)
- Last Synced: 2025-01-26T09:19:31.972Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).
[](https://travis-ci.org/Solution10/orm)
[](https://coveralls.io/r/Solution10/orm)
[](https://packagist.org/packages/solution10/orm)
[](https://packagist.org/packages/solution10/orm)
[](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)