You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependency Injection is a design pattern that will fundamentally change the way you look at code and development. It opens the way to a world of cleanly designed and sustainable applications.
- [What is Dependency Injection? |introduction]
- [Global State & Singletons |global-state]
- [Passing Dependencies |passing-dependencies]
- [What is DI Container? |container]
- [Frequently Asked Questions |faq]
Nette DI
--------
The `nette/di` package provides an extremely advanced compiled DI container for PHP.