Libraries tagged by environment-variable
sil-org/php-env
6477 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
7431 Downloads
WordPress plugin to configure wp_mail() via MAILER_DSN environment variable.
mediawiki/auth-remoteuser
25274 Downloads
Automatically logs-in users if they are already authenticated by a remote source. (e.g. environment variable REMOTE_USER)
maatwebsite/yamlenv
17324 Downloads
Reads `env.yml` and makes a validated list of variables available as environment variables
justbetter/dotenv
15116 Downloads
Module to overwrite and set environment variables
jedymatt/laravel-sail-env
1405 Downloads
Configures .env file to match the sail environment variable's requirements.
jazzsequence/ai-connector-secure-layer
9151 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
31255 Downloads
Load secret values from SSM into environment variables - Forked from bref/secrets-loader
dniccum/secret-stash-cli
951 Downloads
A PHP-based Composer package to interact with the SecretStash environment variable service.
dev-kraken/env-validator
348 Downloads
Type-safe environment variable validation for Laravel and PHP applications with intelligent presets and extensible rule objects
dealnews/get-config
3612 Downloads
A PHP library for reading settings from environment variables or an ini file.
compwright/aws-env
9280 Downloads
Load environment variables securely from AWS SSM
ahmadrosid/laravel-env-feature-flags
4184 Downloads
A simple package for managing feature flags in Laravel applications using environment variables.
silinternational/php-env
54897 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.
tiny-blocks/environment-variable
1840 Downloads
Provides a type-safe environment variable reader for PHP, with strict integer and boolean conversion.