flaviodev / ttm-dao-doctrine
An implementation of a DAO for comunication on data bases using Doctrine ORM
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:api
Requires
- php: ^7.0
- doctrine/orm: ^2.5
- flaviodev/ttm-core-php: ^1.0
This package is not auto-updated.
Last update: 2025-02-01 22:24:38 UTC
README
This is a implementation of the Dao interface (ttm\dao\Dao on ttm-core-php) using doctrine/orm. The class concrete configure and construct a Entity Manager, as well as, encapsulate the data manipulate operations whith the DBMS configured, wherein the entities of model layer using the doctrine annotations for object relational mapping.