Libraries tagged by env loader
lithemod/env
309 Downloads
A simple environment variable loader and manager for PHP applications.
damian972/dotenv-loader
7 Downloads
Load .env files into PHP
nhzex/think-env
516 Downloads
thinkphp dotenv file loader
solophp/dotenv
26 Downloads
Simple, zero-dependency .env loader for PHP. Loads files into $_ENV with optional $_SERVER population.
maatify/bootstrap
753 Downloads
Unified environment initialization and diagnostics foundation for all Maatify PHP projects. Provides predictable .env loading, timezone configuration, and Safe Mode protection across local, CI, and production environments — forming the core bootstrap layer for the Maatify ecosystem.
abdeslam/envator
12 Downloads
A fast, flexible and customizable PHP .env loader
daedalus-web/dotenv
1017 Downloads
Configuration loader from .env files
tomrf/dotenv
41 Downloads
simple dotenv file loader using the built-in parse_ini_file()
eurym3d0n/elephenv
3 Downloads
A modern, strictly-typed PHP 8.2+ environment loader with fluent validation, type inference, integrity checking, and structured error rendering.
codervio/envmanager
131 Downloads
Codervio Environment manager
vecode/caldera-settings
59 Downloads
ENV loader and settings helper, part of Vecode Caldera
balint-horvath/dotenv-php
405 Downloads
Simple .env file parser and ENV loader (.env to getenv() and $_ENV) based on standard PHP INI parser (parse_ini_file).
hindbiswas/phpdotenv
42 Downloads
PHP .env files loader and manager
mesavolt/env
1596 Downloads
Static helper to get environment variables in a Symfony 4+ app, loaded either from .env or .env.local.php