dependency-injection
Constructor manager
Standardizes object construction in applications by centralizing dependency management
Allows you to standardize and centralize the way objects are constructed in your application
4k stars
16 watching
92 forks
Language: PHP
last commit: 10 days ago
Linked from 2 awesome lists
componentphpsymfonysymfony-component
Related projects:
Repository | Description | Stars |
---|---|---|
softwaremill/macwire | A dependency injection library for Scala that automatically generates instance creation code at compile-time. | 1,275 |
coreyasmith/sitecore-processor-dependency-injection | Demonstrates dependency injection in Sitecore pipeline processors for managing project dependencies | 0 |
mnasyrov/ditox | A dependency injection container for building modular web applications in TypeScript | 93 |
fs02/wire | A runtime dependency injection and wiring library for Go applications. | 37 |
symfony/flex | A Composer plugin that automates the process of setting up and managing Symfony projects | 4,164 |
autofac/autofac.extensions.dependencyinjection | An Autofac implementation of the .NET Core dependency injection abstraction interfaces | 196 |
jimmy-mll/dependencyinjection.sourcegenerators | Automates service registration in the Dependency Injection service collection. | 6 |
symfony/config | A component for managing and processing configuration values from various sources. | 4,230 |
giggio/sourceinject | A source generator for C# that uses Roslyn to automate dependency injection at compile time. | 79 |
davidrevoledo/inyector | A library that provides a flexible and customizable way to manage dependencies in .NET applications using configuration-based dependency injection | 13 |
simpleinjector/simpleinjector | A fast and flexible Dependency Injection library for .NET applications | 1,213 |
framework-one/di1 | A lightweight dependency injection framework for ColdFusion / CFML, supporting constructor, setter, and property-based injection. | 104 |
restuwahyu13/kraken-browser | A dependency injection framework for registering modules to global access in JavaScript applications. | 4 |
devxoul/pure | An implementation of dependency injection in Swift applications using the Composition Root pattern. | 378 |
php-di/php-di | A dependency injection container designed to be practical and framework-agnostic for managing application dependencies. | 2,690 |