Phpdotenv
starred
PHP Package
Loads environment variables from `.env` to `$_ENV` and `$_SERVER` automagically, and optionally to `getenv()`.
Filament plugins, Laravel packages and open source starter kits actively maintained. All MIT, with releases for v3, v4 and v5 where applicable.
Loads environment variables from `.env` to `$_ENV` and `$_SERVER` automagically, and optionally to `getenv()`.
Edit your .env file in Laravel directly from the command line.
Environment-aware, type-safe configuration classes for Laravel. Move non-secret values out of .env and into typed, IDE-friendly PHP classes.
Automatically audit Laravel environment variables for missing, unused, duplicate, inconsistent and unsafe usage during development.
All packages have CI, Pest tests and open issues tagged good first issue.
New version available.