berlioz / config
Berlioz Configuration is a PHP library to manage your configuration files.
v3.0.0
2026-02-19 13:27 UTC
Requires
- php: ^8.2
- berlioz/helpers: ^1.10
- colinodell/json5: ^2.2
Suggests
- ext-yaml: To use YamlAdapter with Config
- symfony/yaml: To use YamlAdapter with Config
This package is auto-updated.
Last update: 2026-03-19 17:28:38 UTC
README
Note
This repository is a read-only split from the main Berlioz Framework repository.
For contributions, issues, or more information, please visit the main Berlioz Framework repository.
Do not open issues or pull requests here.
Berlioz Configuration is a PHP library to manage your configuration files.
📖 Full documentation
Installation
You can install Berlioz Config with Composer, it's the recommended installation.
$ composer require berlioz/config
Documentation
For usage and examples, visit the official documentation on getberlioz.com.