Libraries tagged by env variables
publiux/phpdotenv
175 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
10 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
morrislaptop/phpdotenv-safe
80382 Downloads
Load environment variables from .env and ensure they're all present
ilimic/phpdotenv
80 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
gstearmit/envyii2
45 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
gokhankurtulus/dotenv
15 Downloads
A simple library to supply environment variables from `.env`.
fkrzski/dotenv
3 Downloads
Library that adds the ability to access variables from '.env', $_ENV, and $_SERVER using the getenv() function
clearcode/wordpress-config
317 Downloads
Automagically define WordPress configuration constants from environment variables and .env file.
alzen8work/phpdotenv
10 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.
nexus633/processenv
1 Downloads
parse .env files to load variables to $_ENV and/or $_SERVER automatically
chiron/dotenv
27 Downloads
Registers environment variables from a .env file
rackem/dotenv
20 Downloads
Environment variables in your Rack'em application via .env
zadorin/better-getenv
4 Downloads
Simple helper to retrieve environment variables