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...)
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
This package is not auto-updated.
Last update: 2017-02-09 15:48:41 UTC
README
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.