Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezimuel/zf2-di
Zend Framework Di Prototype
https://github.com/ezimuel/zf2-di
Last synced: about 1 month ago
JSON representation
Zend Framework Di Prototype
- Host: GitHub
- URL: https://github.com/ezimuel/zf2-di
- Owner: ezimuel
- Created: 2011-05-17T13:54:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-16T15:47:16.000Z (over 13 years ago)
- Last Synced: 2023-04-10T13:07:09.218Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
README
======This repository is a prototype of a DI Framework for PHP based upon the prototype of a [DI container](https://github.com/weierophinney/zf-examples) for PHP built by Matthew Weier O'Phinney. This is an idea for a component that could possibly be a foundational component within the Zend Framework, hence, the Zend namepsace.
There are 3 main forms of dependency injection: constructor injection, setter injection and interface injection. Currently, there is only an example of *constructor injection*, but there will be more to follow.
To test what is currently available, clone this repository and check out the README inside the examples `examples/constructor-injection` directory.