tjm / sy-dependency-injection
Convenient helpers for working with Symfony's dependency injection and config components.
Package info
github.com/tobymackenzie/sy-dependency-injection.symf
pkg:composer/tjm/sy-dependency-injection
v2.0.0
2025-11-08 17:03 UTC
Requires
- php: >=8
- symfony/config: >=5.4 <7.0
- symfony/dependency-injection: >=5.4 <7.0
Requires (Dev)
- symfony/yaml: >=5.4 <7.0
This package is auto-updated.
Last update: 2026-03-08 18:14:52 UTC
README
Convenient helpers for working with Symfony's dependency injection and config components. Currently has the classes:
MultiPathLoaderfor easily loading files from multiple absolute paths for the same container.MultiTypeLoaderfor easily handling loading the supported types of configuration for the same container and path(s).