Skip to content

goten4/ZfPersistenceDoctrineORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Zend Framework 2 DDD Persistence Module (Doctrine\ORM)

Introduction

ZfPersistenceDoctrineORM is a Zend Framework 2 module providing the basics for persistence using Doctrine\ORM 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

  • ZfPersistenceDoctrineORM\Infrastructure\DoctrineORMRepository - Doctrine\ORM Repository implementation.
  • ZfPersistenceDoctrineORM\Infrastructure\DoctrineORMRepositoryFactory - Factory for creating DoctrineORMRepository

See also

About

Doctrine\ORM implementation of ZfPersistenceBase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published