All Projects → eddiejaoude → zend-framework-best-practice-model-github-api

eddiejaoude / zend-framework-best-practice-model-github-api

Licence: other
ZF model mapper for github's api with unit tests & mocks

Programming Languages

PHP
23972 projects - #3 most used programming language
== Zend Framework Module for GitHub's API ==
A best practice example of how to use zend framework (ZF) with Dependency Injection (DI) through the following
layers: dao, entity, mapper & service layer. Including full unit tests with boundary conditions & mocks/stubs included.

== Structure Overview ==
DAO: Data access object (i.e. webservice, database, mock etc)
Entity: Domain objects (i.e. User, Repo etc)
Mapper: Maps external data from DAO to internal entity (hidrates)
Service: Business logic




Any suggestions / ideas / improvememts welcome...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].