Libraries tagged by env variables
publiux/phpdotenv
178 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER`, and Docker secrets automagically.
pawelabrams/minenv
2 Downloads
Makes environment variables from .env files accessible to PHP. A lightweight alternative to phpdotenv.
patinthehat/phpdotenv
11 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
morrislaptop/phpdotenv-safe
80446 Downloads
Load environment variables from .env and ensure they're all present
luongtran/phpdotenv
13 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
ilimic/phpdotenv
91 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
gstearmit/envyii2
48 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
gokhankurtulus/dotenv
19 Downloads
A simple library to supply environment variables from `.env`.
clearcode/wordpress-config
320 Downloads
Automagically define WordPress configuration constants from environment variables and .env file.
alzen8work/phpdotenv
13 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
zippovich2/composer-installer
15 Downloads
Allow add variables from .env* files to custom package url.
fkrzski/dotenv
5 Downloads
Library that adds the ability to access variables from '.env', $_ENV, and $_SERVER using the getenv() function
nexus633/processenv
3 Downloads
parse .env files to load variables to $_ENV and/or $_SERVER automatically
initphp/dotenv
131 Downloads
Loads environment variables from a .env or .env.php file, with type coercion and ${VAR} interpolation.
davidcochrum/dotenv-vault-laravel
3248 Downloads
Laravel package to load environment variables from encrypted .env.vault files