/SimpleDependencyInjection

Step by step how to build your own dependency injection / service container.

Primary LanguagePHP

SimpleDependencyInjection

Step by step how to build your own dependency injection / service container. For learning purpose, not for production.

What Is

You can read about DI here https://en.wikipedia.org/wiki/Dependency_injection.

Topic

  • Reflection Class
  • Recursive
  • DI
  • Service container

Credit