This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Dotenv
Tugdual Saunier 362c339fa6
[DotEnv] Remove usePutEnv property default value
The value is already set in the constructor (and changes in 5.0) and the class is final.
2019-12-06 12:04:06 +01:00
..
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Tests Merge branch '3.4' into 4.3 2019-10-18 13:23:15 +02:00
.gitignore [Dotenv] added the component 2017-01-12 08:39:44 -08:00
CHANGELOG.md [Dotenv] fix typos 2019-04-10 22:28:30 +02:00
composer.json Merge branch '3.4' into 4.3 2019-10-12 11:11:50 +02:00
Dotenv.php [DotEnv] Remove usePutEnv property default value 2019-12-06 12:04:06 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md [Dotenv] fix typos 2019-04-10 22:28:30 +02:00

Dotenv Component

Symfony Dotenv parses .env files to make environment variables stored in them accessible via $_SERVER, $_ENV and optionally getenv().

Resources