Load environment variables into PHP from a global configuration file
Based on 12Factor Application rules this extension allows you to load environment variables into every PHP request, in every SAPI using a global configuration file with key value pairs of environment variables.
License: MIT
Version | Release | Download |
0.2.1 | 2016-01-01 | env-0.2.1.tgz |
0.2.0 | 2016-01-01 | env-0.2.0.tgz |
0.1.0 | 2015-12-31 | env-0.1.0.tgz |
Version | Message |
0.2.1 | - Fixed invalid read |
0.2.0 | - Reset env variables before every RINIT to allow usage in PHP-FPM |
0.1.0 | - First release |