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
Nicolas Grekas b5143233d2 Merge branch '3.4' into 4.0
* 3.4:
  Enable native_constant_invocation CS fixer
2018-07-26 13:22:46 +02:00
..
Exception Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Tests Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
.gitignore
CHANGELOG.md [Dotenv] Add a BC break note 2017-09-05 09:59:31 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Dotenv.php Merge branch '3.4' into 4.0 2018-07-26 13:22:46 +02:00
LICENSE Merge branch '2.8' into 3.3 2018-01-03 18:13:53 +01: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