.env parser plugin for Core-PHP applications
Require this package with composer:
composer require lionrajkumar/dotenv
require 'vendor/autoload.php';
$env = new \lionrajkumar\DotEnv(__DIR__ . "/.env");
$env->load();
Please refer to our extensive Wiki documentation for more information.
For answers, you may not find in the Wiki, avoid posting issues. Feel free to ask for support on lionrajkumar.com
This package is licensed under the MIT License.