Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.12 KB

dependency-injection.md

File metadata and controls

14 lines (12 loc) · 1.12 KB

Dependency Injection

Libraries that help to realize the Inversion of Control paradigm.

  • Acclimate - A common interface to dependency injection containers and service locators.
  • Auryn - A recursive dependency injector.
  • Container - Another flexible dependency injection container.
  • PHP-DI - A dependency injection container that supports autowiring.
  • Pimple - A tiny dependency injection container.
  • Symfony DI - A dependency injection container component (SF).
  • Apache DeltaSpike - CDI extension framework.
  • Dagger2 - Compile-time injection framework without reflection.
  • Guice - Lightweight but powerful framework that completes Dagger.
  • HK2 - Light-weight and dynamic dependency injection framework.