<?php $dotenv = new Dotenv\Dotenv(__DIR__); $dotenv->load(); foreach($_ENV as $key => $val) { define($key, $val); }
info at phpclasses dot org