Skip to content

Commit c816262

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
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)