2017 © Pedro Peláez
 

library gtn-persist-base

Zend Framework 2 Module that provides Persistence basic functionality (trying to follow DDD principles)

image

goten4/gtn-persist-base

Zend Framework 2 Module that provides Persistence basic functionality (trying to follow DDD principles)

  • Friday, April 17, 2015
  • by goten4
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2,134 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Zend Framework 2 DDD Persistence Module

Build Status Coverage Status, (*1)

Introduction

GtnPersistBase is a Zend Framework 2 module providing the basics for persistence trying to follow DDD principles., (*2)

Requirements

  • Zend Framework 2

Installation

Simply clone this project into your ./vendor/ directory and enable it in your ./config/application.config.php file., (*3)

Provided Classes and Interfaces

  • 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).

See also

The Versions

17/04 2015

dev-master

9999999-dev http://github.com/goten4/GtnPersistBase

Zend Framework 2 Module that provides Persistence basic functionality (trying to follow DDD principles)

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 module ddd