Download the PHP package yiiman/dotenv without Composer
On this page you can find all versions of the php package yiiman/dotenv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yiiman/dotenv
More information about yiiman/dotenv
Files in yiiman/dotenv
Download yiiman/dotenv
More information about yiiman/dotenv
Files in yiiman/dotenv
Please rate this library. Is it a good library?
Informations about the package dotenv
php-dotenv
Loads environment variables from .env file to getenv(), $_ENV and $_SERVER.
Load the variables
Use them!
Ideal for small project
Simple and easy!
Processors
Also the variables are parsed according to the configuration passed as parameter to the constructor. The available processors are:
BooleanProcessor
VARIABLE=false
will be processed to
NOTE: VARIABLE="true"
will be processed to
QuotedProcessor
VARIABLE="anything"
will be processed to
All versions of dotenv with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
The package yiiman/dotenv contains the following files
Loading the files please wait ....