Libraries tagged by env var
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
14 Downloads
A simple library to supply environment variables from `.env`.
fkrzski/dotenv
2 Downloads
Library that adds the ability to access variables from '.env', $_ENV, and $_SERVER using the getenv() function
clearcode/wordpress-config
315 Downloads
Automagically define WordPress configuration constants from environment variables and .env file.
alzen8work/phpdotenv
7 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
nexus633/processenv
0 Downloads
parse .env files to load variables to $_ENV and/or $_SERVER automatically
laxity7/dotenv
38 Downloads
Registers environment variables from a .env file
chiron/dotenv
26 Downloads
Registers environment variables from a .env file
rackem/dotenv
18 Downloads
Environment variables in your Rack'em application via .env
zadorin/better-getenv
2 Downloads
Simple helper to retrieve environment variables
yatero/enivronment-picker
12 Downloads
Choose a labeled environment based on environment variables or URL.
tomrf/dotenv
32 Downloads
simple dotenv file loader using the built-in parse_ini_file()
thetminnhtun/dotenv
7 Downloads
Enviroment variable for php developement
schnittstabil/harmonizer
66 Downloads
Harmonize PHP module, CGI and FCGI/FastCGI environments by infering missing $_SERVER variables like REMOTE_USER and HTTP_AUTHORIZATION.