perf2k2/dotenv

Lightweight and fast alternative to phpdotenv without dependencies

1.0.0 2022-12-15 17:30 UTC

This package is not auto-updated.

Last update: 2024-05-03 22:53:19 UTC


README

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