ioc-interop / impl
Reference implementations of Ioc-Interop.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/ioc-interop/impl
Requires
- php: ^8.4
- ioc-interop/interface: 1.x@dev
Requires (Dev)
- pds/composer-script-names: ^1.0
- pds/skeleton: ^1.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2026-01-03 14:58:12 UTC
README
This package offers three IocContainer reference implementations:
-
a PublicContainer where the manually-defined services are publicly modifiable;
-
a ProtectedContainer where the manually-predefined services are protected inside the container; and,
-
an AutowiredContainer that extends ProtectedContainer so that undefined services are automatically resolved.