Download the PHP package dnlnrs/envjson without Composer
On this page you can find all versions of the php package dnlnrs/envjson. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dnlnrs/envjson
More information about dnlnrs/envjson
Files in dnlnrs/envjson
Download dnlnrs/envjson
More information about dnlnrs/envjson
Files in dnlnrs/envjson
Vendor dnlnrs
Package envjson
Short Description Loads `env.json` file contents into $_ENV to populate the environment variables.
License GPL-3.0
Package envjson
Short Description Loads `env.json` file contents into $_ENV to populate the environment variables.
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package envjson
EnvJson
Loads env.json
file contents into php $_ENV
global variable.
Installation
Simply add the library to your composer.json
Usage
Create a new instance of Loader
class, passing the path of the env.json
file and the name (default to env.json
) and then call the load
method.
Example:
Now your $_ENV
contaons the env.json
contents.
Changelog
All versions of envjson with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2.0
The package dnlnrs/envjson contains the following files
Loading the files please wait ....