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
2020-03-27 17:54:36 +01:00
..
Exception Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
Tests Merge branch '4.3' into 4.4 2020-01-08 18:29:02 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01: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 '4.3' into 4.4 2019-10-14 14:27:06 +02:00
Dotenv.php Merge branch '4.3' into 4.4 2020-01-08 18:29:02 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md [Dotenv] Documentation improvement 2020-02-29 11:04:02 +01:00

Dotenv Component

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

Resources