goten4/gtn-persist-zend-db

Zend Framework 2 Module that provides ZendDb implementation for GtnPersistBase

dev-master 2015-04-17 07:42 UTC

This package is not auto-updated.

Last update: 2020-01-06 03:34:39 UTC


README

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