PHPackages                             julienlinard/php-dotenv - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. julienlinard/php-dotenv

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

julienlinard/php-dotenv
=======================

Une librairie PHP simple et moderne pour charger les variables d'environnement depuis un fichier .env

1.0.2(5mo ago)131911MITPHPPHP &gt;=8.0

Since Nov 23Pushed 3mo agoCompare

[ Source](https://github.com/julien-lin/php-dotenv)[ Packagist](https://packagist.org/packages/julienlinard/php-dotenv)[ Docs](https://github.com/julien-lin/php-dotenv)[ RSS](/packages/julienlinard-php-dotenv/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (1)

PHP Dotenv
==========

[](#php-dotenv)

[🇫🇷 Read in French](README.fr.md) | [🇬🇧 Read in English](README.md)

💝 Support the project
---------------------

[](#-support-the-project)

If this bundle is useful to you, consider [becoming a sponsor](https://github.com/sponsors/julien-lin) to support the development and maintenance of this open source project.

---

A simple and modern PHP library for loading environment variables from a `.env` file.

🚀 Installation
--------------

[](#-installation)

```
composer require julienlinard/php-dotenv
```

**Requirements**: PHP 8.0 or higher

⚡ Quick Start
-------------

[](#-quick-start)

```
