cibulka/phpnotenv

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Fork of lucasv/phpdotenv enabling custom way of setting environment variables.

dev-master 2015-08-30 19:30 UTC

This package is not auto-updated.

Last update: 2020-05-29 19:51:40 UTC


README

According to creator of awesome Phpdotenv, the library was never meant to be used in production. I, however, would like to that to maintain the separation of config from code and to keep my development workflow as close to production as possible.

A lot of shared hostings (including mine) does not allow putenv function due to security, so I had to have my way of getting/setting superglobals with Phpdotenv. But as most of that is hardcoded to Phpdotenv, the easiest way I could think of was to write a light wrapper around the methods in question to allow custom callbacks.

Consider this library deprecated anytime the owner of Phpdotenv incorporates similar functionality.

What is this used for?

More info about Phpdotenv at the original repo: Phpdotenv

Installation

composer install cibulka/phpnotenv

Commit test.