dotenvx / phpdotenvx
[dotenvx.com] a better dotenv–from the creator of `dotenv`
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dotenvx/phpdotenvx
Requires
- php: ^7.1.3 || ^8.0
Requires (Dev)
- phpunit/phpunit: ^9.0|^8.0|^7.0|6.0
This package is not auto-updated.
Last update: 2025-10-04 20:52:11 UTC
README
Important
Warning: work in progress. until complete, please use github.com/dotenvx/dotenvx directly.
see php examples
a better dotenv–from the creator of dotenv
.
- run anywhere (cross-platform)
- multi-environment
- encrypted envs
Quickstart 
Install and use it in code just like phpdotenv
.
composer require dotenvx/phpdotenvx
require 'vendor/autoload.php'; $dotenvx = Dotenvx\Dotenvx::createImmutable([__DIR__]); $dotenvx->safeLoad();