Libraries tagged by environment variables
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.
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.
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!)
garkavenkov/dotenv
9 Downloads
Register environments variable from .env
fanmade/laravel-service-binding
13 Downloads
Provide configuration to allow service and repository binding and switching between them via environment variables
f2/pdo
6 Downloads
Provides a PDO service configured using DATABASE_URL environment variables.
enesekinci/php-getenv
7 Downloads
Loads environment variables from .env file
earthit/config-loader
22 Downloads
Gives access to structured config values in files or environment variables
dnlnrs/envjson
24 Downloads
Loads `env.json` file contents into $_ENV to populate the environment variables.
dipesh79/laravel-env-manager
11 Downloads
Manage Laravel environment variables with ease using Artisan commands and a basic web interface for visual management.
digitalkaoz/phpdotenv-middleware
16 Downloads
StackPHP Middleware for loading Environment Variables through PHPDotEnv
devuri/wp-app-skeleton
1 Downloads
A base WordPress project to create web applications using environment variables.