solution10 / orm
Powerful, validating, Active Record style ORM. (Not ready for production use!)
dev-master
2015-01-05 21:58 UTC
Requires
- php: >= 5.4
- doctrine/dbal: ~2.4
- doctrine/inflector: ~1.0
- solution10/collection: ~1.0
- solution10/managed-instance: ~1.0
- vlucas/valitron: ~1.2
Requires (Dev)
- phpunit/phpunit: ~4.1
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: ~1.0
This package is not auto-updated.
Last update: 2024-11-09 16:58:39 UTC
README
An ActiveRecord ORM based heavily on the truly excellent JellyORM for Kohana.
Features
- Validation baked in
- Flexible
- Fast
Installation
Installation is via composer, in the usual manner:
{ "require": { "solution10/orm": "~1.0" } }
Documentation
Userguide
(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