SIGN IN SIGN UP
vlucas / phpdotenv UNCLAIMED

Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.

0 0 0 PHP

TAGS

20 tags
v5.6.0

Document why superglobals can appear empty (#558)

v5.5.0

[5.5] Add support for unicode variable names (#546) Co-authored-by: Thor Erik <219796+thorerik@users.noreply.github.com>

v4.3.0

[4.3] Fix issue where line ending in `="` is incorrectly marked as a multi-line start (#545)

v4.2.2

Upgraded static analyzers

v3.6.10

PHP 8.1 compatibility fixes

v5.4.0

Add support for BOM-signed env files (#501)

v4.2.1

Upgraded static analyzers

v3.6.9

Fix for PHPUnit 8 compatibility

v2.6.8

Added support for PHP 8.1 (#496)

v5.3.0

Make Validator::assert and Validator::assertNullable public

v4.2.0

Updated static analyzers

v3.6.8

Merge branch '2.6' into 3.6

v2.6.7

Revert "Test on PHP 8.1 too (#467)" This reverts commit 692830c3c9b918b39668af01e7371b8219df5002.

v5.2.0

Support boolean values in $_ENV and $_SERVER (#457)