perf2k2 / dotenv
Lightweight and fast alternative to phpdotenv without dependencies
1.0.0
2022-12-15 17:30 UTC
Requires
- php: >=7.3
Requires (Dev)
- phpunit/phpunit: 9.5.26
- vlucas/phpdotenv: 4.2.2
This package is not auto-updated.
Last update: 2025-03-22 02:56:33 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