Download the PHP package linkorb/config without Composer
On this page you can find all versions of the php package linkorb/config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package config
Universal configuration data loader
This library lets you recursively load configuration data from JSON, YAML and similar files.
- It outputs a single data array with all of your configuration data
- It allows users to split their configuration data into multiple files that can be included.
- Includes keep track of their original files, so relative paths are relative to the file that defines them.
- JSON files can include YAML files and visa-versa
Usage
Refer to examples/example.php for a clear example of this library's usage
All versions of config with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
symfony/yaml Version ^4.0|^5.0
symfony/expression-language Version ^4.0|^5.0
symfony/yaml Version ^4.0|^5.0
symfony/expression-language Version ^4.0|^5.0
The package linkorb/config contains the following files
Loading the files please wait ....