Libraries tagged by environment variables
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.
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.
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
makinacorpus/preferences-bundle
4227 Downloads
Preferences are configuration variables that are user-managed for which we cannot rely upon container parameters or environment variables.
lithemod/mail
7 Downloads
Email sending package based on PHPMailer, simplifying the process of sending SMTP emails in PHP applications. It offers integration with environment variables using the lithemodules/support-env package, ensuring secure and flexible configuration.
lee/php-travis-encrypter
15 Downloads
The PHP wrapper generating travis-encrypted environment variables
gaucho/env
68 Downloads
Registers environment variables from a .env file (only 40 lines of code!)
dipesh79/laravel-env-manager
8 Downloads
Manage Laravel environment variables with ease using Artisan commands and a basic web interface for visual management.
didslm/env
399 Downloads
A library which helps you load your environment variables into php classes.