Phpdotenv
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()`.
Environment-aware, type-safe configuration classes for Laravel. Move non-secret values out of .env and into typed, IDE-friendly PHP classes.
Coverage reporting for your .env: static analysis for env() call isolation, .env.example drift, and secret heuristics.
PhpStorm plugin that auto-detects Git worktree projects and configures .env files — copies from main project, adjusts APP_URL, with status bar widget and tool window for real-time feedback
Automatically audit Laravel environment variables for missing, unused, duplicate, inconsistent and unsafe usage during development.
Auto-configure .env files for Git worktree projects, copying from the main worktree and adjusting APP_URL
All packages have CI, Pest tests and open issues tagged good first issue.
New version available.