You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Julien Rosset 55e1bc70d7 Add method to get property as string 3 years ago
src/EnvReader Add method to get property as string 3 years ago
tests Add INI format with an example 3 years ago
.gitignore Ignore composer.lock 3 years ago
LICENSE.md Initial commit 4 years ago
README.md EnvConfig: use TExternalFile instead of a constant for config file path 3 years ago
composer.json BaseEnv → GenericConfig + InsensitiveCaseArrayClass 3 years ago

README.md

PhpEnvReader

Utility class for ENV file reading

Installation

composer require jrosset/envreader

Usage

Check "tests" directory for various examples