devture / dbal
Tiny database abstraction layer for MongoDB (doctrine/mongodb) and relational databases (doctrine/dbal)
Installs: 4 604
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.0
- voku/portable-utf8: ^3.1
Suggests
- doctrine/dbal: For using with relational databases
- doctrine/mongodb: For using with MongoDB
This package is not auto-updated.
Last update: 2024-10-26 13:17:35 UTC
README
Tiny database abstraction layer for MongoDB (on top of doctrine/mongodb) and relational databases (on top of doctrine/dbal).
It provides a non-POPO base model class and Identity Mapping repository classes for both MongoDB and relational databases.
The goal of this project is to provide a semi-low-level database abstraction layer. Doctrine MongoDB ODM and the Doctrine ORM have you covered if you need more "magic".