Skip to content

Releases: michelphp/dotenv

Initial release of michel dotenv

15 Dec 13:58

Choose a tag to compare

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 .env file.
  • Processing for booleans, numbers, quoted strings, and null values.
  • Basic project structure with composer.json.
  • Unit tests to ensure correct behavior.