dotenvx/phpdotenvx

[dotenvx.com] a better dotenv–from the creator of `dotenv`

v0.0.1 2024-10-18 17:40 UTC

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

dotenvx

a better dotenv–from the creator of dotenv.

  • run anywhere (cross-platform)
  • multi-environment
  • encrypted envs

 

Quickstart PHP version

Install and use it in code just like phpdotenv.

composer require dotenvx/phpdotenvx
require 'vendor/autoload.php';

$dotenvx = Dotenvx\Dotenvx::createImmutable([__DIR__]);
$dotenvx->safeLoad();