Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.
WordPress, the Twelve-Factor way: fully managed using Composer and configured using environment variables.
generates a .env.gen file based on the existing project source code. Analises for not used .env variables and variables used that are not defined on the .env file
Composer install helper outsourcing sensitive keys from the package URL into environment variables
Makes values from a .env file available as environment variables for composer based projects
Loads environment variables from `.env` to `getenv()` automagically.
Simple library to read environment variables and convert to simple types.
A simple library (with all methods covered by php unit tests) to increase the power of your environment variables.