Libraries tagged by env variables
frc/wp-env-heroku-custom-php-constant
44833 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)
dev-kraken/env-validator
319 Downloads
Type-safe environment variable validation for Laravel and PHP applications with intelligent presets and extensible rule objects
crysalead/env
21518 Downloads
Environment variable container
crefito11/dot-env
60 Downloads
A simple library for managing environment variables in PHP. Created by William Costa.
compwright/aws-env
8610 Downloads
Load environment variables securely from AWS SSM
clubdrei/typo3-env-config
209 Downloads
Dependency-free parser for converting flat environment variables into nested PHP arrays (TYPO3-focused, framework-agnostic)
cleaniquecoders/php-env-key-manager
986 Downloads
A framework-agnostic PHP package for easy .env file key management. Seamlessly update, add, or modify environment variables across projects with minimal configuration.
aeliot/env-resolver
593 Downloads
Resolver of environment variables
morrislaptop/phpdotenv-safe
80446 Downloads
Load environment variables from .env and ensure they're all present
lazervel/dotenv
107 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automatically.
enjoys/dotenv
3679 Downloads
Registers environment variables from a .env file
brannow/envyml
7910 Downloads
Registers environment variables from a env.yml file
prinx/dotenv
3047 Downloads
Make easy access to the environment variables in your application
jord-jd/dotenv-loader
42 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.
jardissupport/dotenv
1577 Downloads
Environment file loader with cascading overrides, variable interpolation, type casting, and include directives