thru.io / active_record
There is no license information available for the latest version (0.4.3) of this package.
An active-record like implementation
0.4.3
2016-03-15 22:33 UTC
Requires
- thru.io/json-pretty-printer: 1.0.*
- thru.io/uuid: >=2.0
Requires (Dev)
- brianium/paratest: dev-master
- codeclimate/php-test-reporter: dev-master
- doctrine/cache: ~1.4
- fiunchinho/phpunit-randomizer: dev-master
- fzaninotto/faker: 1.5.*@dev
- johnkary/phpunit-speedtrap: ~1.0@dev
- lstrojny/phpunit-clever-and-smart: 0.*
- monolog/monolog: >=1.6.0
- phpunit/phpunit: >=4.7
- raveren/kint: dev-master
- squizlabs/php_codesniffer: *
Suggests
- doctrine/cache: For caching, we need Doctrine/Cache
- dev-master
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.5.1
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-bugfix/cache-expiration-bug
- dev-feature/update_to_uuid_lib_version_2.0
- dev-feature/alter-schemas
- dev-feature/postgres
- dev-feature_benchmark
- dev-feature_add_phpcs_check
- dev-PSR2_function_names
- dev-bugfix_shared_sql_assets_deduplication
- dev-feature_psr2ify
- dev-bugfix_hhvm
- dev-support_sqlite
- dev-issue_with_primary_keys_and_versioned_objects
- dev-monolog_is_my_friend
- dev-psr2
- dev-bugfix_missing_table_silent_failure
- dev-scrutinizer-patch-1
This package is auto-updated.
Last update: 2024-11-06 04:34:27 UTC
README
Active Record for Composer. Requires PHP 5.4 and later.
Install
-
Use Composer to install Active Record into your project:
composer require thru.io/active_record
-
Use it as follows:
I really aught to write some examples to go with this project. For now, have a look at how the test models work
```bash
Something needs to be written....
```
TODO List:
nullable typesDone!versionable objectsDone!- inter-object relationships
- returning collections, not arrays.