Releases: michelphp/dotenv
Releases · michelphp/dotenv
Initial release of michel dotenv
This initial release introduces the core functionality of the michel dotenv library.
The library provides a simple way to load and parse .env files, making environment variables easily accessible within a PHP application.
Features included:
- Loading variables from a
.envfile. - Processing for booleans, numbers, quoted strings, and null values.
- Basic project structure with
composer.json. - Unit tests to ensure correct behavior.