|
1 | 1 | # php-dotenv
|
2 | 2 | # Loads environment variables from .env file to getenv(), $_ENV and $_SERVER.
|
3 | | -[](//packagist.org/packages/devcoder-xyz/php-dotenv) [](//packagist.org/packages/devcoder-xyz/php-dotenv) [](//packagist.org/packages/devcoder-xyz/php-dotenv) [](//packagist.org/packages/devcoder-xyz/php-dotenv) |
| 3 | +[](https://packagist.org/packages/devcoder-xyz/php-dotenv) [](https://packagist.org/packages/devcoder-xyz/php-dotenv) [](//packagist.org/packages/devcoder-xyz/php-dotenv) [](https://packagist.org/packages/devcoder-xyz/php-dotenv) |
| 4 | +[](https://packagist.org/packages/devcoder-xyz/php-dotenv) |
| 5 | + |
| 6 | +## Installation |
| 7 | + |
| 8 | +Use [Composer](https://getcomposer.org/) |
| 9 | + |
| 10 | +### Composer Require |
| 11 | +``` |
| 12 | +composer require devcoder-xyz/php-router |
| 13 | +``` |
| 14 | + |
| 15 | +## Requirements |
| 16 | + |
| 17 | +* PHP version 7.4 |
| 18 | + |
| 19 | +**How to use ?** |
| 20 | + |
4 | 21 | ```
|
5 | 22 | APP_ENV=dev
|
6 | 23 | DATABASE_DNS=mysql:host=localhost;dbname=test;
|
|
0 commit comments