dhii / config-interface
Interfaces for working with structured configuration
Installs: 2 532
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
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-10-07 03:48:18 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.