tjm / sy-dependency-injection
Convenient helpers for working with Symfony's dependency injection and config components.
Installs: 99
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/tjm/sy-dependency-injection
Requires
- php: >=5.3.3
- symfony/config: >=2.4 <6.0
- symfony/dependency-injection: >=2.4 <6.0
Requires (Dev)
- symfony/yaml: >=2.4 <6.0
This package is auto-updated.
Last update: 2025-09-28 21:41:54 UTC
README
Convenient helpers for working with Symfony's dependency injection and config components. Currently has the classes:
MultiPathLoader
for easily loading files from multiple absolute paths for the same container.MultiTypeLoader
for easily handling loading the supported types of configuration for the same container and path(s).