/dotenv

Lightweight and fast alternative to phpdotenv without dependencies

Primary LanguagePHP

Dotenv

Lightweight and fast alternative to phpdotenv with zero dependencies.

Installation

The fastest way is using composer:

composer require perf2k2/dotenv

Testing

Build docker image:

make build

Install dependencies:

make deps

Run tests:

make testing

Changelog

Version Changes
v1.0.0 First stable version

Roadmap

  • Nesting variables
  • PHP8 support

License

MIT