mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-15 10:13:58 +02:00
12 lines
532 B
Markdown
12 lines
532 B
Markdown
---
|
|
isChild: true
|
|
anchor: further_reading
|
|
---
|
|
|
|
## Further Reading {#further_reading_title}
|
|
|
|
* [What is Dependency Injection?](http://fabien.potencier.org/what-is-dependency-injection.html)
|
|
* [Dependency Injection: An analogy](https://mwop.net/blog/260-Dependency-Injection-An-analogy.html)
|
|
* [Dependency Injection: Huh?](https://code.tutsplus.com/tutorials/dependency-injection-huh--net-26903)
|
|
* [Dependency Injection as a tool for testing](https://medium.com/philipobenito/dependency-injection-as-a-tool-for-testing-902c21c147f1)
|