Releases: SoDaHo/env-loader
Releases · SoDaHo/env-loader
v1.0.0
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-loaderSee the [README](https://github.com/SoDaHo/env-loader#readme) for full usage and syntax reference.