snoopycodex/laravel-set-env-fork
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| axdlee/laravel-config-writer | 0.83 | Write safely to Laravel config PHP files (Laravel 5.3+), updating nested keys while preserving formatting, comments, and advanced settings. Supports strings, ints, booleans, and single-level arrays. Includes Laravel service provider and standalone Rewrite class. | 3 | 3 | 1 | 1 | 2 | 0.4 | 1.3 | — | — | |
| larapacks/setting | 0.83 | Lightweight Laravel settings manager that stores and retrieves key/value app configuration at runtime. Provides a clean API and helpers for persisting settings (including grouped/namespaced keys), with caching support for fast reads and easy integration into Laravel apps. | 5 | 6 | 2 | 240 | 0 | 4.9 | 22.3 | — | 3 years ago | |
| stillat/proteus | 0.82 | Utilities for parsing, updating, and writing Laravel-style PHP config files. Use the ConfigWriter facade to write or preview single or multiple keys, guard namespaces from mutation, and optionally rewrite function calls like env while preserving structure. | 18 | 18 | 1 | 18K | 1 | 22.1 | 47.5 | MIT | 3 months ago | |
| avris/dotenv | 0.82 | 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 | — | — | — | |
| mikebronner/development-settings | 0.82 | 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. | 1 | — | 0 | — | 0 | 18.1 | 0.4 | — | 1 month ago | |
| symfony/dotenv | 0.82 | 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,790 | 3,819 | 28 | 6M | 0 | 52.7 | 51.0 | MIT | 3 weeks ago | |
| connectholland/env-var-loader-bundle | 0.82 | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| baks-dev/settings-main | 0.81 | — | 0 | 0 | 1 | 4 | 0 | 20.5 | 11.3 | MIT | 5 days ago | |
| chapdel/settings | 0.81 | Add per-model settings to your Laravel app. Store settings in a JSON column, a dedicated table, or Redis via simple traits. Includes defaults plus helpers to get, set, check, remove, and persist settings on any Eloquent model. | 0 | 0 | 0 | 3 | 0 | 0.6 | 8.3 | MIT | 1 year ago | |
| vlucas/phpdotenv | 0.81 | 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,536 | 13,818 | 658 | 12M | 11 | 63.0 | 48.5 | BSD-3-Clause | 5 months ago | |
| php-standard-library/env | 0.80 | 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 | 9K | 0 | 20.1 | 63.7 | MIT | 3 weeks ago | |
| miladimos/conf | 0.79 | — | 5 | 5 | 1 | 3 | 0 | 0.1 | 2.4 | — | — | |
| atournayre/dotenv-updater-bundle | 0.78 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 3 years ago | |
| worksome/envy | 0.78 | — | 688 | 688 | 32 | 40K | 0 | 21.2 | 28.8 | MIT | 3 months ago | |
| mykehowells/dotenv | 0.77 | 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. | 2 | 2 | 0 | 1 | 0 | 0.9 | 1.7 | — | 10 years ago | |
| avexsoft/donkey | 0.77 | — | 3 | 3 | 0 | 77 | 1 | 0.1 | 18.0 | NOASSERTION | — | |
| chapdel/model-settings-for-laravel | 0.77 | Attach flexible key/value settings to any Eloquent model in Laravel. Store, retrieve, and update per-model preferences with a simple API and database table, keeping configuration close to the data it belongs to. PHP 8+ compatible. | 1 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| jackiedo/dotenv-editor | 0.77 | 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. | 203 | 206 | 65 | 20K | 2 | 8.8 | 27.6 | MIT | 3 years ago | |
| syamsoul/laravel-set-env | 0.76 | 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 | 18.0 | 35.2 | — | 3 months ago | |
| vizrex/laravel-env-switcher | 0.74 | — | 1 | 1 | 2 | 0 | 0 | 0.1 | — | NOASSERTION | — |
How can I help you explore Laravel packages today?