tjm / sy-dependency-injection
Convenient helpers for working with Symfony's dependency injection and config components.
v1.1.1
2020-10-13 03:23 UTC
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: 2024-10-28 19:40:08 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).