dotenvx / phpdotenvx
[dotenvx.com] a better dotenv–from the creator of `dotenv`
v0.0.1
2024-10-18 17:40 UTC
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-04-05 18:15:32 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();