https://github.com/symfony/dependency-injection
Allows you to standardize and centralize the way objects are constructed in your application
https://github.com/symfony/dependency-injection
component php symfony symfony-component
Last synced: about 7 hours ago
JSON representation
Allows you to standardize and centralize the way objects are constructed in your application
- Host: GitHub
- URL: https://github.com/symfony/dependency-injection
- Owner: symfony
- License: mit
- Created: 2011-02-22T18:01:53.000Z (about 14 years ago)
- Default Branch: 7.2
- Last Pushed: 2025-03-28T13:37:02.000Z (19 days ago)
- Last Synced: 2025-04-01T04:22:41.020Z (15 days ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/dependency-injection
- Size: 13.8 MB
- Stars: 4,141
- Watchers: 15
- Forks: 93
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php - Symfony DI - A dependency injection container component. (Table of Contents / Dependency Injection)
- awesome-projects - Symfony DI - A dependency injection container component. (PHP / Dependency Injection)
- awesome-php - Symfony DI - A dependency injection container component. (Table of Contents / Dependency Injection)
- awesome-php-cn - Symfony DI - 依赖注入容器组件. (目录 / 依赖注入 Dependency Injection)
README
DependencyInjection Component
=============================The DependencyInjection component allows you to standardize and centralize the
way objects are constructed in your application.Resources
---------* [Documentation](https://symfony.com/doc/current/components/dependency_injection.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)