Requirements PHP 5.5+ Installation Add the plugin to your project's composer.json: { "require": { "epic/config": "dev-master" } } Usage Create a new loader: <?php $config = new \Epic\Config(['path/to/.env']); var_dump($config['param']); ?>