Libraries tagged by environment-vars
samy/environment
470 Downloads
This library lets your application load virtual environment configuration from environment variables or any other environment configuration.
rubensdimas/dot-env
14 Downloads
A simple library for managing environment variables in PHP. Created by William Costa.
rescaled/simple-feature
327 Downloads
This package aims to provide a fully-featured, yet simple feature flag configuration through environment variables for Laravel 7+
reagordi/env
5 Downloads
Loads environment variables from `.env` to `env()`, `$_ENV` and `$_SERVER` automagically.
rammewerk/environment
28 Downloads
A simple and fast environment variable handler for PHP projects.
prinx/dotenv
2632 Downloads
Make easy access to the environment variables in your application
phpgt/config
7495 Downloads
Manage configuration with ini files and environment variables.
nielbuys/phpdotenv
8 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
ndobromirov/php-env-dereference
1850 Downloads
PHP environment variables dereference library.
nazares/phpdotenv
59 Downloads
Loads environment variables from .env file to `getenv()`, `$_ENV` and `$_SERVER`
mgargano/non-production-robots-ignore
2436 Downloads
Non Production Robots Ignore is a simple WordPress plugin that is used with vlucas/phpdotenv (or similar) that sets environment variables to set robots.txt to ignore all on all environments except production.
mesavolt/env
1299 Downloads
Static helper to get environment variables in a Symfony 4+ app, loaded either from .env or .env.local.php
melbahja/environ
17 Downloads
Load environment variables from .env file ONLY on $_ENV and runtime.
makinacorpus/preferences-bundle
4227 Downloads
Preferences are configuration variables that are user-managed for which we cannot rely upon container parameters or environment variables.
luongtran/phpdotenv
12 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.