| Package Information |
| Summary |
Load environment variables into PHP from a global configuration file |
| Maintainers |
Benjamin Eberlei (lead)
[details]
|
| License |
MIT |
| Description |
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. |
| Homepage |
https://github.com/beberlei/env
|
Release notes
Version 0.2.0
(beta)
|
- Reset env variables before every RINIT to allow usage in PHP-FPM |