Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Simple example of how to create a service layer within Zend Framework to handle business logic

Notifications You must be signed in to change notification settings

eddiejaoude/zf-service-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZF Service Layer (zend framework)

Example of how to create a simple service layer within Zend Framework to handle business logic.

By injecting different datasources (i.e. webservice, database, mock) from the service layer into the mapping layer (mapper) this brings huge flexibility - especially for unit testing & end-to-end testing (i.e. selenium). This will allow the developer/tester/automated tool to easily test boundary conditions as well as happy path.

This process can be improved by using a DIC (dependency injection container, i.e. ZF2).

Tutorial

Podcast tutorials on youtube

About

Simple example of how to create a service layer within Zend Framework to handle business logic

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages