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 2dd3b9137a Fully compatible with PHP:^8.1 2 years ago
src/EnvReader Fully compatible with PHP:^8.1 2 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 Fully compatible with PHP:^8.1 2 years ago

README.md

PhpEnvReader

Utility class for ENV file reading

Installation

composer require jrosset/envreader

Usage

Check "tests" directory for various examples