Libraries tagged by enviroment-variables
jpolvora/dotenvy
296 Downloads
PHP Environment Variables Manager with dotenv (.env) files and validation by example
joseaugustolimajesus/handle-env-laravel
36 Downloads
Change environment variables simply and quickly
jootop/laravel-aws-secrets-manager
1 Downloads
Use AWS Secrets manager to load environment variables for configuration.
jasny/application-env
649 Downloads
Logic around the APPLICATION_ENV environment variable
jairosantos/easy-framework
7 Downloads
This is a simple PHP framework for APIs that demonstrates basic routing, handling HTTP requests, and organizing controllers for CRUD operations. The framework uses Dotenv for environment variable management, PDO for database interactions, and a custom router to handle different HTTP methods and routes.
ismaelbrito/dot-env
4 Downloads
A simple library for managing environment variables in PHP.
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.
horat1us/yii2-header-environment
52 Downloads
Loading environment variables from HTTP Headers (for testing purposes)
h4ck3r31/getenv-typoscript
769 Downloads
This TYPO3 extension provides a simple way to access environment variables within TypoScript at places where stdWrap is not available.
gstearmit/envyii2
46 Downloads
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
grzegorz-jamroz/dotenv
9 Downloads
A PHP library for loading environment variables from .env file.
gokhankurtulus/dotenv
19 Downloads
A simple library to supply environment variables from `.env`.
gaucho/env
72 Downloads
Registers environment variables from a .env file (only 40 lines of code!)
fanmade/laravel-service-binding
13 Downloads
Provide configuration to allow service and repository binding and switching between them via environment variables