Download the PHP package env/dotenv without Composer
On this page you can find all versions of the php package env/dotenv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor env
Package dotenv
Short Description A simple, tiny and lightweight PHP .env loader
License MIT
Package dotenv
Short Description A simple, tiny and lightweight PHP .env loader
License MIT
Please rate this library. Is it a good library?
Informations about the package dotenv
Dotenv
A simple and tiny PHP .env
loader, which does not inject values into $_ENV
or OS.
Installation
Usage
The .env file should have a valid .ini syntaxis, supported by parse_ini_file.
This package does not inject values into global $_ENV
or OS wia putenv() so it's up to you how you wan't proceed with parsed data.
Load
Parse .env
and get values as array:
If you need variables and fallback values, set strict to false
All versions of dotenv with dependencies
PHP Build Version
Package Version
Requires
php Version
^8
The package env/dotenv contains the following files
Loading the files please wait ....