Skip to content

lionrajkumar/dotEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotEnv

MIT Licensed Latest Stable Version Total Downloads

.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.

Ref

About

.env parser plugin for Core-PHP applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages