dhii / composite-container
A composite container implementation
Installs: 1 178
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^5.4 | ^7.0
- dhii/container-helper-base: ^0.1-alpha7
- dhii/data-container-base: ^0.1-alpha2
- dhii/data-container-interface: ^0.1 | ^0.2
- dhii/exception: ^0.1-alpha5
- dhii/i18n-helper-base: ^0.1
- dhii/normalization-helper-base: ^0.1
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: ^0.1
- phpunit/phpunit: ^4.8
- psr/container: ^1.0
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2021-06-06 20:50:18 UTC
README
Details
An composite implementation of the PSR-11 standard. This container allows sequentially querying a list of child
containers for a key. Every child container can be anything that passes normalization with
NormalizeContainerCapableTrait#_normalizeContainer()
.
Classes
CompositeContainer
- The composite container implementation. Does not cache results.ContainerListAwareTrait
- Awareness of a list of containers.