# PhpEnvReader __Utility class for ENV file reading__ ## Installation ``` composer require jrosset/envreader ``` ## Usage ```php 'DEV', 'WEBSITE_NAME' => 'Generic site' ]; } } ```