container
Container
Defines an interface for dependency injection containers in PHP.
10k stars
25 watching
53 forks
Language: PHP
last commit: 10 months ago Related projects:
Repository | Description | Stars |
---|---|---|
bitexpert/disco | A PSR-11 compliant dependency injection container that supports annotation-based configuration and registration of service instances | 139 |
thephpleague/container | Provides a simple and powerful way to manage dependencies in PHP applications. | 844 |
yiisoft/di | A dependency injection container that provides a simple way to manage and resolve class dependencies. | 182 |
auraphp/aura.di | A dependency injection container system with various features and configuration options. | 349 |
php-di/php-di | A dependency injection container designed to be practical and framework-agnostic for managing application dependencies. | 2,690 |
silexphp/pimple | A small PHP dependency injection container that manages services and parameters. | 2,646 |
fabpot/pimple | A small PHP dependency injection container that manages services and parameters. | 78 |
php-fig/fig-standards | Establishes common standards and guidelines for interoperability among PHP frameworks | 12,540 |
marcelog/ding | A lightweight PHP framework for building enterprise applications with dependency injection, aspect-oriented programming, and model-view-controller patterns. | 121 |
container-interop/container-interop | Standardizes features in container objects to achieve interoperability across different container implementations. | 1,262 |
artberri/diod | A lightweight inversion of control container and dependency injector for Node.js or browser apps with a focus on Typescript usage. | 138 |
essy-ecosystem/dependency-management | A dependency injection and components container without reflection, designed to make projects more extensible and modular. | 11 |
laracasts/simple-di-container | An implementation of Inversion of Control (IoC) container using Dependency Injection (DI) principles for managing object dependencies in PHP applications. | 49 |
unitycontainer/unity | A dependency injection container for building loosely coupled applications with simplified object creation and abstraction of requirements. | 1,660 |
phpcompatibility/phpcompatibilityparagonie | Provides PHP compatibility rules to ensure cross-version compatibility in projects using Paragonie polyfill libraries | 10 |