Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit c816262

Browse files
author
F. Michel
authored
update readme
1 parent 0a89a0b commit c816262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# php-dotenv
22
# Loads environment variables from .env file to getenv(), $_ENV and $_SERVER.
3-
3+
[![Latest Stable Version](https://poser.pugx.org/devcoder-xyz/php-dotenv/v)](//packagist.org/packages/devcoder-xyz/php-dotenv) [![Total Downloads](https://poser.pugx.org/devcoder-xyz/php-dotenv/downloads)](//packagist.org/packages/devcoder-xyz/php-dotenv) [![Latest Unstable Version](https://poser.pugx.org/devcoder-xyz/php-dotenv/v/unstable)](//packagist.org/packages/devcoder-xyz/php-dotenv) [![License](https://poser.pugx.org/devcoder-xyz/php-dotenv/license)](//packagist.org/packages/devcoder-xyz/php-dotenv)
44
```
55
APP_ENV=dev
66
DATABASE_DNS=mysql:host=localhost;dbname=test;

0 commit comments

Comments
 (0)