PHP
PHP is a programming language predominantly designed and used for web development.
Using environment variables in INI files
PHP INI configuration files can take their values from environment variables using ${ENV_VAR}
, e.g.
date.timezone = ${DATE_TIMEZONE}
Articles
- Managing Environment Variables in PHP
- Using Composer in an Existing Project
- Safe(r) Passwords in PHP - Using bycrpt for safer password storage
- How PHP Environment Variables Actually work