dhii / config-interface
Interfaces for working with structured configuration
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: 2026-03-07 06:53:51 UTC
README
Details
PSR-11-compatible interfaces for working with structured configuration.
Interfaces
ConfigInterface- The main interface. On top ofContainerInterface, it adds the concept of "path", allowing access to nested data.ConfigAwareInterface- Awareness of a config.ConfigFactoryInterface- Creates config instances.