bee4/activerecord
This package is abandoned and no longer maintained.
No replacement package was suggested.
Generic ActiveRecord model implementation to detach data manipulation from the used database (NoSQL, Graph, Relational...)
Maintainers
v2.0.0
2015-08-26 22:58 UTC
Requires
- php: >=5.4.0
- ext-json: *
- ext-pcre: *
- ext-spl: *
- bee4/events: ~1.0
- bee4/transport: ~1.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
proprietary 417ec149d94b664c34e8ddc8090eb55a4b05209e
- Stephane HULARD <s.hulard.woop@chstudio.fr>
This package is not auto-updated.
Last update: 2017-02-09 15:48:41 UTC
README
👁 build status
👁 coverage report
This package define an ActiveRecord implementation which allow :
- To detach data code representation from the used database engine
- Add a developer friendly API to handle data
It has been built to simplify data manipulation.
