alireaza/dot-env-resolver-commands

This is Commands Resolver package for DotEnv.

1.3.0 2022-03-06 05:57 UTC

This package is auto-updated.

Last update: 2024-04-06 10:41:42 UTC


README

Install

Via Composer

$ composer require alireaza/dot-env-resolver-commands

Usage

use AliReaza\DotEnv\DotEnv;
use AliReaza\DotEnv\Resolver\Commands;

$env = new DotEnv('.env', [
    new Commands(),
]);
$env->toArray(); // Array of variables defined in .env

License

The MIT License (MIT). Please see License File for more information.