This is a tiny, lightning fast way of defining configuration for your app.
This is deliberately bare-bones and not swamped with options / parsers. The focus is on speed and lightness, whilst still retaining vital features.
- No dependencies
- PHP 5.6, 7.0, 7.1 and HHVM support
- Lightning fast
- Extremely light
- Inheritance; define a base config and override per-environment
Installation is via composer, in the usual manner:
$ composer require solution10/config
Check out the docs/ folder in the repo.
- PHP >= 5.6
- (If you require 5.3 support, versions up to 1.2.0 supported 5.3)
- (if you require < 5.6 support, versions up to 2.1 supported 5.4 & 5.5)