Libraries tagged by env var
wpscholar/phpdotenv
14024 Downloads
Loads environmental variables from a .env file.
pdmfc/database-env-php-8-support
4082 Downloads
Get env variables from database
mantraideas/laravel-env-doctor
97 Downloads
LaravelEnvDoctor is a developer-friendly CLI tool for Laravel that checks your .env variables, validates the current environment, and ensures directory permissions are correctly set — helping you catch misconfigurations before they become problems.
devuri/wp-env-config
1463 Downloads
A small package to define WordPress configuration constants using environment variables with a .env file.
jedymatt/laravel-sail-env
931 Downloads
Configures .env file to match the sail environment variable's requirements.
william-costa/dot-env
3697 Downloads
A simple library for managing environment variables in PHP.
vatradar/env
2852 Downloads
An environment variable convenience library extension for vlucas/phpdotenv
tixelrocks/long-env
9847 Downloads
A helper function that adds support for long environment variables (eg for AWS)
rb-cohen/php-env
2738 Downloads
Envrionment variable helper
nandi95/laravel-env-in-aws-ssm
1214 Downloads
Manage your environment variables in AWS' SSM Parameter store
kennisnet/symfony-env-loader
11005 Downloads
Loads the envs variables tier based
improvit17/laravel-env-cli
177 Downloads
laravel commands to work with .env file in cli
imponeer/env
13220 Downloads
Small helper dealing with environment variables
frc/wp-env-heroku-custom-php-constant
43988 Downloads
Allow PHP constants to be defined through Heroku environment, as long as the environment key starts with FRC_PHP_CONST_ prefix. The prefix gets removed when the constant is set in the PHP side. For example, an environment variable FRC_PHP_CONST_PLL_COOKIE will define the PHP constant PLL_COOKIE within WordPress (with the value coming from the env key)
distortedfusion/laravel-env-management
2162 Downloads
A collection of artisan commands for managing environment variables during CI/CD.