dhii / composite-container
此包已被废弃,不再维护。没有建议替代包。
复合容器实现
v0.1-alpha1
2018-04-11 11:00 UTC
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
详情
PSR-11标准的复合实现。此容器允许顺序查询子容器列表中的键。每个子容器可以是任何通过NormalizeContainerCapableTrait#_normalizeContainer()
标准化的东西。
类
CompositeContainer
- 复合容器实现。不缓存结果。ContainerListAwareTrait
- 容器列表感知。