dhii / config-interface
结构化配置的接口
    v0.2-alpha2
    2018-04-27 15:05 UTC
Requires
- php: ^5.3 | ^7.0
- dhii/data-container-interface: ^0.2-alpha3
- psr/container: ^1.0
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: dev-php-5.3
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2024-09-07 03:44:12 UTC
README
详细信息
适用于结构化配置的PSR-11兼容接口。
接口
- ConfigInterface- 主要接口。基于- ContainerInterface,添加了“路径”的概念,允许访问嵌套数据。
- ConfigAwareInterface- 对配置的了解。
- ConfigFactoryInterface- 创建配置实例。