perf2k2 / dotenv
Lightweight and fast alternative to phpdotenv without dependencies
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/perf2k2/dotenv
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-10-04 05:21:40 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