Managing objects creation and dependency injection with Zend\ServiceManager
This repository is an example project used in this article http://blog.alejandrocelaya.com/2015/02/06/managing-objects-creation-and-dependency-injection-with-zend-service-manager/
To run this example, just clone this project, install dependencies with composer install
and start PHP's built-in web server by running php -S 0.0.0.0:8000 -t public
.