ulrichsg / phconf
Hierarchical configuration inspired by nconf
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ulrichsg/phconf
Requires
- php: >=5.6
- league/flysystem: 1.0.*
- league/flysystem-memory: 1.0.*
- symfony/yaml: 3.0.*
Requires (Dev)
- phpunit/phpunit: 5.2.*
This package is not auto-updated.
Last update: 2025-10-03 23:22:05 UTC
README
Hierarchical configuration for PHP inspired by nconf
Features
- Import configuration from a variety of sources
- Files (JSON, YAML, INI)
- Environment variables
- Set overridable default values
Installation
Install using Composer via composer require ulrichsg/phconf
or add it to your composer.json manually.
Note that phconf requires PHP 5.6 or above.
Usage
See the documentation.