ulrichsg / phconf
Hierarchical configuration inspired by nconf
dev-master
2016-03-01 13:39 UTC
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: 2024-11-01 19:24:15 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.