Libraries tagged by environment variables
pawelabrams/minenv
2 Downloads
Makes environment variables from .env files accessible to PHP. A lightweight alternative to phpdotenv.
patinthehat/phpdotenv
11 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
nishant-sharma/secure-env-php
6 Downloads
Encrypt environment files for production use.
nielbuys/phpdotenv
9 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
netsilik/env
7 Downloads
Env - the type aware env reader.
morrislaptop/phpdotenv-safe
80410 Downloads
Load environment variables from .env and ensure they're all present
morainstein/dotenv
3 Downloads
A simple lib for loading environment variables in PHP
mdjward/behat-env-var-extension
82 Downloads
Behat extension to make environment variables available as container parameters
luongtran/phpdotenv
13 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
kariricode/dotenv
16 Downloads
A highly optimized, extensible, and reliable Dotenv component designed to load environment variables for PHP applications in the KaririCode Framework, ensuring secure and efficient configuration management.
juanchosl/envvars
55 Downloads
A small, lightweight utility to read ENV files and append his content to environment variables
jenson/convict
13 Downloads
Configuration management. PHP implementation of node-convict
into-the-void/env
23 Downloads
Read, parse and modify environment variables
ilimic/phpdotenv
87 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
gullevek/dotenv
194 Downloads
Simple .env file processing and storing in _ENV array