dealnews/get-config

A PHP library for reading settings from environment variables or an ini file.

v2.0.0 2023-11-20 18:32 UTC

This package is auto-updated.

Last update: 2024-04-20 19:36:01 UTC


README

Gets configuration settings from environment variables or an ini file. We created this library to help in our migration to using Docker for running our PHP applications. Also, this allows an application to include a default INI file and have those values overwritten when the application is deployed via environment variables.