kuick/dotenv

Kuick Dotenv is DotEnv parser for PHP

v1.0.0 2025-01-18 19:07 UTC

This package is auto-updated.

Last update: 2025-01-18 19:09:13 UTC


README

Latest Version PHP Total Downloads GitHub Actions CI codecov Software License

Minimalistic .env parser for PHP applications

Key features

  1. Optimized for the best performance
  2. Easy to use

Usage

  1. Install kuick/dotenv package via composer
composer require kuick/dotenv
  1. Place this line inside your index.php, Kernel, or console file
use Kuick\Dotenv\DotenvLoader;

DotenvLoader::fromDirectory('/a-directory/containing/dot-env/files');