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
2017-01-12 08:39:44 -08:00
..
Exception [Dotenv] added the component 2017-01-12 08:39:44 -08:00
Tests [Dotenv] added the component 2017-01-12 08:39:44 -08: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 [Dotenv] added the component 2017-01-12 08:39:44 -08:00
Dotenv.php [Dotenv] added the component 2017-01-12 08:39:44 -08:00
LICENSE [Dotenv] added the component 2017-01-12 08:39:44 -08:00
phpunit.xml.dist [Dotenv] added the component 2017-01-12 08:39:44 -08:00
README.md [Dotenv] added the component 2017-01-12 08:39:44 -08:00

Dotenv Component

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

Resources