Libraries tagged by enviroment-variables
sil-org/php-env
6231 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.
popartdesign/wordpress-mailer-dsn
7335 Downloads
WordPress plugin to configure wp_mail() via MAILER_DSN environment variable.
mediawiki/auth-remoteuser
25017 Downloads
Automatically logs-in users if they are already authenticated by a remote source. (e.g. environment variable REMOTE_USER)
maatwebsite/yamlenv
17232 Downloads
Reads `env.yml` and makes a validated list of variables available as environment variables
justbetter/dotenv
14969 Downloads
Module to overwrite and set environment variables
jedymatt/laravel-sail-env
1288 Downloads
Configures .env file to match the sail environment variable's requirements.
jazzsequence/ai-connector-secure-layer
7599 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
30443 Downloads
Load secret values from SSM into environment variables - Forked from bref/secrets-loader
dniccum/secret-stash-cli
641 Downloads
A PHP-based Composer package to interact with the SecretStash environment variable service.
dealnews/get-config
3355 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
31025 Downloads
Load environment variables from `.env` when Composer runs
silinternational/php-env
54760 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
24134 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.