Download the PHP package mesavolt/env without Composer
On this page you can find all versions of the php package mesavolt/env. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor mesavolt
Package env
Short Description Static helper to get environment variables in a Symfony 4+ app, loaded either from .env or .env.local.php
License MIT
Package env
Short Description Static helper to get environment variables in a Symfony 4+ app, loaded either from .env or .env.local.php
License MIT
Please rate this library. Is it a good library?
Informations about the package env
Environment helper for Symfony 4+
Usage
Add the package to your project :
Use Mesavolt\Env::has()
to test if an environment variable exists in your app and
Mesavolt\Env::get()
to retrieve it.
Quick note: By default,
Env::get($name)
throws an exception when the variable is defined but is empty. UseEnv::getSafe($name)
to not throw an exception and get the empty value.
Use it in your project :
Testing
All versions of env with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package mesavolt/env contains the following files
Loading the files please wait ....