lcobucci / di-builder
Dependency Injection Builder for PHP applications
Installs: 172 327
Dependents: 7
Suggesters: 0
Security: 0
Stars: 33
Watchers: 4
Forks: 6
Open Issues: 1
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0
- symfony/config: ^7.1
- symfony/dependency-injection: ^7.1
- symfony/expression-language: ^7.1
- symfony/filesystem: ^7.1
Requires (Dev)
- infection/infection: ^0.29
- lcobucci/coding-standard: ^11.1
- mikey179/vfsstream: ^1.6.12
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^1.12
- phpstan/phpstan-deprecation-rules: ^1.2
- phpstan/phpstan-phpunit: ^1.4
- phpstan/phpstan-strict-rules: ^1.6
- phpunit/phpunit: ^11.4
- squizlabs/php_codesniffer: ^3.10
- symfony/yaml: ^7.1
- 8.1.x-dev
- 8.0.x-dev
- 8.0.0
- 7.5.x-dev
- 7.4.x-dev
- 7.4.0
- 7.3.x-dev
- 7.3.1
- 7.3.0
- 7.2.x-dev
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.x-dev
- 7.1.1
- 7.1.0
- 7.0.x-dev
- 7.0.1
- 7.0.0
- 6.1.x-dev
- 6.1.0
- 6.0.x-dev
- 6.0.0
- 5.8.0
- 5.7.0
- 5.6.0
- 5.5.x-dev
- 5.5.1
- 5.5.0
- 5.4.x-dev
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.x-dev
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.x-dev
- 5.1.1
- 5.1.0
- 5.0.0
- 4.1.x-dev
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.0
- 3.1.x-dev
- 3.1.0
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-alpha.1
- 1.1.0
- 1.0.0
- dev-renovate/test-packages
This package is auto-updated.
Last update: 2024-12-21 09:05:33 UTC
README
Library that makes easier the creation of compiled containers using the Symfony DI Component.
Installation
This package is available on Packagist, you can install it using Composer.
composer require lcobucci/di-builder
Usage
Please read our documentation at https://lcobucci-di-builder.readthedocs.io.
License
The project is licensed under the BSD-3-Clause license, see LICENSE file.