goten4/gtn-persist-zend-db

Zend Framework 2 Module that provides ZendDb implementation for GtnPersistBase

Installs: 2 138

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/goten4/gtn-persist-zend-db

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