Libraries tagged by environment-variable
rubensdimas/dot-env
15 Downloads
A simple library for managing environment variables in PHP. Created by William Costa.
roadie-xx/dotenv
5 Downloads
Loads environment variables from .env file to getenv(), $_ENV and $_SERVER.
rhlt/env
3 Downloads
A basic and efficient .env file parser, to load environment variables from a file. With flexible support for variable interpolation and graceful syntax errors handling.
rescaled/simple-feature
328 Downloads
This package aims to provide a fully-featured, yet simple feature flag configuration through environment variables for Laravel 7+
renegare/configen
476 Downloads
Helpful tool to render a file containing mustache tags using environment variables as data (e.g configuration template)
remotelyliving/php-env
3 Downloads
A library to marshall environment variables from environments
reagordi/env
6 Downloads
Loads environment variables from `.env` to `env()`, `$_ENV` and `$_SERVER` automagically.
rammewerk/environment
63 Downloads
A simple and fast environment variable handler for PHP projects.
rackem/dotenv
21 Downloads
Environment variables in your Rack'em application via .env
r3n0e0/env-php
13 Downloads
A utility that provides several functions for accessing environment variables.
publiux/phpdotenv
178 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER`, and Docker secrets automagically.
piwikpro/env-params-builder-bundle
16890 Downloads
Helps to build parameters.yml file based on environment variables
piotrpress/composer-downloads
5 Downloads
This composer plugin adds support for environment variables in composer.json packages URLs.
phoole/env
19 Downloads
Simple environment variables loader library for PHP
pawelabrams/minenv
2 Downloads
Makes environment variables from .env files accessible to PHP. A lightweight alternative to phpdotenv.