dev-master
9999999-devA php library for detecting and configuring environment through dotenv
MIT
The Requires
by NOD Studios
php configuration environment env dotenv
Wallogit.com
2017 © Pedro PelĂĄez
A php library for detecting and configuring environment through dotenv
A php library for detecting and configuring environment with dotenv, (*1)
composer require nod/environment
//First include composer autoloader if it's not already included $loader = require_once 'vendor/autoload.php'; //Get Instance use NOD\Environment; $env = new Nod\Environment; //To test a value echo $env->getEnv(name); //or echo getenv(name); //EXCLUDE variables filtered JSON echo $env->toJson();
hey@nod.st, (*2)
A php library for detecting and configuring environment through dotenv
MIT
php configuration environment env dotenv