Download the PHP package iampersistent/config-value-component without Composer
On this page you can find all versions of the php package iampersistent/config-value-component. 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-value-component
Config Value Component
Pull config from .env values or from Laminas config
Install
Usage
In the .env file, the first part of the environment name must match the config name (case-insensitive). Each subsequent underscore creates a key in an array of the value.
would result in
If there is a default key, the case of that key will be used.
would result in
If there are conflicting values between the config files and the .env file, the .env value will be used
would result in
Any values in the config that don't have a value in the .env remains as is
would result in
All versions of config-value-component with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
iampersistent/get-off-my-case Version ^1.0
psr/container Version ^1.0 || ^2.0
iampersistent/get-off-my-case Version ^1.0
psr/container Version ^1.0 || ^2.0
The package iampersistent/config-value-component contains the following files
Loading the files please wait ....