Skip to content

goten4/GtnPersistZendDb

Repository files navigation

Zend Framework 2 DDD Persistence Module (Zend\Db)

Build Status Coverage Status

Introduction

GtnPersistZendDb is a Zend Framework 2 module providing the basics for persistence using Zend\Db trying to follow DDD principles.

Requirements

Installation

Via composer or simply clone this project into your ./vendor/ directory and enable it in your ./config/application.config.php file.

Provided Classes and Interfaces

  • GtnPersistZendDb\Infrastructure\ZendDb\Repository - Zend\Db Repository implementation.
  • GtnPersistZendDb\Infrastructure\ZendDb\RepositoryFactory - Factory for creating ZendDb\Repository
  • GtnPersistZendDb\Infrastructure\ZendDb\RepositoryAbstractFactory - Abstract Factory for creating repositories

See also

About

Zend\Db implementation of GtnPersistBase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages