Libraries tagged by environment-variables
phpgt/config
11155 Downloads
Manage configuration with ini files and environment variables.
mediawiki/auth-remoteuser
24992 Downloads
Automatically logs-in users if they are already authenticated by a remote source. (e.g. environment variable REMOTE_USER)
maatwebsite/yamlenv
17228 Downloads
Reads `env.yml` and makes a validated list of variables available as environment variables
justbetter/dotenv
14939 Downloads
Module to overwrite and set environment variables
jedymatt/laravel-sail-env
1272 Downloads
Configures .env file to match the sail environment variable's requirements.
jazzsequence/ai-connector-secure-layer
7408 Downloads
Keeps LLM API keys out of the WordPress database. Fetches keys from Pantheon Secrets or environment variables on-demand at the moment an LLM request fires — never stored in wp_options, never pre-loaded as a PHP constant.
f-lombardo/secrets-loader
30354 Downloads
Load secret values from SSM into environment variables - Forked from bref/secrets-loader
dealnews/get-config
3340 Downloads
A PHP library for reading settings from environment variables or an ini file.
compwright/aws-env
9036 Downloads
Load environment variables securely from AWS SSM
cleaniquecoders/php-env-key-manager
1073 Downloads
A framework-agnostic PHP package for easy .env file key management. Seamlessly update, add, or modify environment variables across projects with minimal configuration.
bangpound/composer-dotenv
31019 Downloads
Load environment variables from `.env` when Composer runs
silinternational/php-env
54755 Downloads
Simple PHP library for getting (or requiring) environment variables, designed to handle true, false, and null more intelligently. If desired, an environment variable's value can be split into an array automatically.
divineomega/dotenv-loader
24078 Downloads
Dotenv loader is a simple PHP library that will automatically load in a `.env` file from the root of your project into environment variables.
tiny-blocks/environment-variable
1765 Downloads
Provides a type-safe environment variable reader for PHP, with strict integer and boolean conversion.
gullevek/dotenv
1467 Downloads
Simple .env file processing and storing in _ENV array