An open API service indexing awesome lists of open source software.

https://github.com/javanile/dotenv

Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
https://github.com/javanile/dotenv

dependency-injection dotenv php7 psr-11

Last synced: 23 days ago
JSON representation

Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.

Awesome Lists containing this project

README

        

# dotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.