Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.14 KB

PHP Dotenv

Loads environment variables from .env to getenv(), $_ENV and $_SERVER automatically.

Banner

Total Downloads Latest Version

Installation

Installation is super-easy via Composer

composer require envs/dotenv

or add it by hand to your composer.json file.

Usage