dev-master
9999999-dev http://github.com/goten4/GtnPersistBaseZend Framework 2 Module that provides Persistence basic functionality (trying to follow DDD principles)
MIT
The Requires
The Development Requires
zf2 module ddd
Wallogit.com
2017 © Pedro Peláez
Zend Framework 2 Module that provides Persistence basic functionality (trying to follow DDD principles)
GtnPersistBase is a Zend Framework 2 module providing the basics for persistence trying to follow DDD principles., (*2)
Simply clone this project into your ./vendor/ directory and enable it in your
./config/application.config.php file., (*3)
GtnPersistBase\Model\EntityInterface - Interface defining an entity.GtnPersistBase\Model\AggregateRootInterface - Interface defining an aggregate root.GtnPersistBase\Model\RepositoryInterface - Interface defining the minimum set of methods a repository must implements.GtnPersistBase\Infrastructure\Memory\Repository - In memory Repository implementation (useful in unit tests context).Zend Framework 2 Module that provides Persistence basic functionality (trying to follow DDD principles)
MIT
zf2 module ddd