mykehowells/dotenv
Load and manage environment variables in PHP/Laravel using .env files. Simple API for reading config values across local, staging, and production setups, making it easy to keep secrets and per-environment settings out of code.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| avris/dotenv | 0.88 | Tiny PHP dotenv loader for reading .env files and injecting variables into the environment, $_ENV, and $_SERVER. Supports common KEY=VALUE syntax, quotes, comments, and safe defaults to keep config out of code and VCS. | 0 | 1 | — | 0 | — | 0.0 | — | — | — | |
| php-standard-library/env | 0.87 | Tiny PHP utility for reading environment variables with sensible defaults and type casting. Helps centralize access to config via env(), supports required keys, fallback values, and safe handling when variables are missing or empty. | 0 | 0 | 0 | 14K | 0 | 18.0 | 63.3 | MIT | 2 months ago | |
| syamsoul/laravel-set-env | 0.86 | Programmatically set, update, and read Laravel .env variables with a simple facade and CLI. Supports comments, precise placement, and multiple env files (.env, .env.example). Includes production safety checks for secure environment configuration management. | 9 | 9 | 7 | 2K | 0 | 16.2 | 34.4 | — | 5 months ago | |
| vlucas/phpdotenv | 0.86 | vlucas/phpdotenv loads environment variables from a .env file into getenv(), $_ENV, and $_SERVER. Ideal for keeping secrets out of code and managing per-environment configuration in PHP apps via simple, portable dotenv files. | 13,545 | 13,819 | 662 | 14M | 11 | 71.1 | 52.6 | BSD-3-Clause | 1 month ago | |
| c0ntax/env-providers-bundle | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | Apache-2.0 | — | |
| jackiedo/dotenv-editor | 0.85 | Edit Laravel .env files safely with a fluent API: read raw content and parsed entries, add/update/delete keys, manage comments and export flags, insert empty/comment lines, check key existence, and create/restore backups with configurable storage. | 204 | 206 | 66 | 21K | 4 | 9.4 | 28.5 | MIT | 3 years ago | |
| atournayre/dotenv-updater-bundle | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 3 years ago | |
| symfony/dotenv | 0.84 | Symfony Dotenv parses .env files and loads variables into $_ENV/$_SERVER for local development and configuration. Supports loading multiple files, overriding existing vars, and environment-specific .env.local/.env.$APP_ENV settings. | 3,788 | 3,819 | 28 | 6M | 0 | 54.5 | 51.4 | MIT | 1 week ago | |
| snoopycodex/laravel-set-env-fork | 0.84 | Laravel package fork to set or update environment variables in your .env file at runtime. Useful for installers, admin panels, and setup flows that need to persist config changes (APP_URL, DB settings, etc.) without manual editing. | 1 | 1 | 0 | 0 | 0 | 0.3 | — | — | 3 years ago | |
| vizrex/laravel-env-switcher | 0.83 | — | 1 | 1 | 2 | 0 | 0 | 0.1 | — | NOASSERTION | — | |
| worksome/envy | 0.81 | — | 688 | 688 | 32 | 44K | 0 | 18.4 | 28.8 | MIT | 5 months ago | |
| mikebronner/development-settings | 0.70 | Laravel package for managing environment-specific development settings. Define and load local/dev configuration values safely, keep sensitive or machine-specific options out of version control, and streamline team setup across different development environments. | 2 | — | 0 | — | 0 | 19.1 | 0.4 | — | 2 months ago |
How can I help you explore Laravel packages today?