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
Fabien Potencier d43355c6d8 Merge branch '3.3' into 3.4
* 3.3:
  [Console] Fix descriptor tests
  [Dotenv] parse concatenated variable values
2017-07-03 16:31:36 +03:00
..
Exception [Dotenv] added the component 2017-01-12 08:39:44 -08:00
Tests [Dotenv] parse concatenated variable values 2017-07-03 09:16:11 +02:00
.gitignore [Dotenv] added the component 2017-01-12 08:39:44 -08:00
CHANGELOG.md [Dotenv] added the component 2017-01-12 08:39:44 -08:00
composer.json [3.4] Allow 4.* deps 2017-05-24 11:02:43 +02:00
Dotenv.php [Dotenv] parse concatenated variable values 2017-07-03 09:16:11 +02:00
LICENSE [Dotenv] added the component 2017-01-12 08:39:44 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 07:15:58 -07:00
README.md Fix dotenv documentation link 2017-03-16 11:46:40 -04:00

Dotenv Component

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

Resources