rogercreasy/slim-dot-env

Package to allow use of .env in a Slim Framework project

dev-master 2016-10-07 19:53 UTC

This package is auto-updated.

Last update: 2024-04-17 00:23:12 UTC


README

Loads environment variables from .env to getenv(), $_ENV and $_SERVER

This is an extension of Vance Lucas's PHPDotEnv

SlimDotEnv extends PHPDotEnv to allow default valuse in the .env file

Slim was added to the name only because I was working on a Slim Framework project when I created it.