GtnPersistZendDb is a Zend Framework 2 module providing the basics for persistence using Zend\Db trying to follow DDD principles.
- Zend Framework 2
- GtnPersistBase
Via composer or simply clone this project into your ./vendor/
directory and enable it in your
./config/application.config.php
file.
GtnPersistZendDb\Infrastructure\ZendDb\Repository
- Zend\Db Repository implementation.GtnPersistZendDb\Infrastructure\ZendDb\RepositoryFactory
- Factory for creating ZendDb\RepositoryGtnPersistZendDb\Infrastructure\ZendDb\RepositoryAbstractFactory
- Abstract Factory for creating repositories