Libraries tagged by environment-variable
lonesoft/bash-dot-env
85 Downloads
Handle environment variables / configurations
lithemod/mail
8 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.
lithemod/env
104 Downloads
A simple environment variable loader and manager for PHP applications.
linkorb/flex-session
6 Downloads
Allow to switch session storage backend by a single environment variable
laxity7/dotenv
49 Downloads
Registers environment variables from a .env file
laizware/quickshell
5 Downloads
Quick wrapper for shell_exec to execute or run external commands from PHP that allows setting the working directory, environment variables and return the standard output.
knorkfork/load-environment
20 Downloads
Load environment variables from .env file
kimbee-team/dotenv-dump
168 Downloads
Dumps environment variables from `.env` to `.htaccess` or plain PHP-file.
justenough/craft-envfield
150 Downloads
A drop-in replacement for CraftCMS plain text fields with environment variable support, inc autosuggest
juanchosl/envvars
45 Downloads
A small, lightweight utility to read ENV files and append his content to environment variables
jpolvora/dotenvy
295 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
645 Downloads
Logic around the APPLICATION_ENV environment variable
jairosantos/easy-framework
3 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.