Download the PHP package rorier/config without Composer
On this page you can find all versions of the php package rorier/config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rorier/config
More information about rorier/config
Files in rorier/config
Download rorier/config
More information about rorier/config
Files in rorier/config
Please rate this library. Is it a good library?
Informations about the package config
bag
Storage object for complex data.
Howto init Parameters
$data = []
$delayedParameters = new ParametersProxy();
$parametersAnalyzer = new Analyzer([
new ConstantParser(),
new EnvParser(),
new StringParameterParser($delayedParameters),
new ArrayParameterParser($delayedParameters)
]);
$parameters = new Parameters($data, $parametersAnalyzer);
$delayedParameters->setParameters($parameters);
All versions of config with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.4
The package rorier/config contains the following files
Loading the files please wait ....