Libraries tagged by environment variable
phpgt/config
7835 Downloads
Manage configuration with ini files and environment variables.
nandi95/laravel-env-in-aws-ssm
1342 Downloads
Manage your environment variables in AWS' SSM Parameter store
lucguerraz/wpml-installer
625 Downloads
A composer plugin to make installing wpml.org plugins with composer easy. Your subscription info will be read from environment variables, will only be transmitted to WPML and will not be displayed in composer.lock.
lazervel/dotenv
46 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automatically.
jedymatt/laravel-sail-env
939 Downloads
Configures .env file to match the sail environment variable's requirements.
imponeer/env
13328 Downloads
Small helper dealing with environment variables
frc/wp-env-heroku-custom-php-constant
44136 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)
dealnews/get-config
577 Downloads
A PHP library for reading settings from environment variables or an ini file.
datahihi1/tiny-env
157 Downloads
A simple environment variable loader for PHP applications
compwright/aws-env
5760 Downloads
Load environment variables securely from AWS SSM
texthtml/docker-links
20360 Downloads
A helper for parsing Docker link environment variables.
mantraideas/laravel-env-doctor
115 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.
networkteam/typo3-cachebase
2134 Downloads
It adds variables to the page cache identifier calculation for serving multiple versions of a webseite parallel. This is the case in container environments with rolling updates.
xdg/environment
753 Downloads
An abstraction layer over environment variables.
levizoesch/laravel-set-environment
593 Downloads
A simple command to set environment variables via command line. I wrote this to assist in pipeline builds.