Skip to content

Releases: didslm/php-env

v1.1.0

28 Oct 23:14

Choose a tag to compare

add cached .env parsing and configurable root/file options to DotEnvLoader
extend Env::populate() with loader injection, scalar casting, attribute defaults, and EnvObj target overrides
introduce Env\Exception\MissingEnvironmentValue for clearer required-variable errors
update attributes (EnvName, EnvObj) to expose metadata for defaults and target classes
expand PHPUnit suite to cover defaults, type casting, custom nested hydration, and missing-variable failures
document advanced usage patterns in the README (defaults, typing, nested objects, custom .env location)

v1.0.5

21 Jun 16:38

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

Fix for loading from the .env file.

07 Jun 18:45

Choose a tag to compare

v1.0.4

fix for loading from file.

Load variables from .env file support.

07 Jun 18:43

Choose a tag to compare

v1.0.3

Load vars from .env file.

New release with functional tests

01 Feb 18:53

Choose a tag to compare

Add support for objects inside objects

01 Feb 18:49

Choose a tag to compare

First version reading basic types from env variables.

01 Feb 17:33
02b61cf

Choose a tag to compare