Skip to content

Releases: SoDaHo/env-loader

v1.0.0

23 Mar 23:46
989003e

Choose a tag to compare

v1.0.0 — Initial Release

First release of env-loader — a lightweight, zero-dependency .env loader for PHP.

Works with any framework or standalone project. Intentionally simple, thread-safe by design ($_ENV only, no putenv()), and compatible with modern async runtimes like Swoole, RoadRunner and FrankenPHP.

Requirements: PHP ^8.2

composer require sodaho/env-loader

See the [README](https://github.com/SoDaHo/env-loader#readme) for full usage and syntax reference.