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