Skip to content

Commit fa4bdb8

Browse files
committed
Update Readme
1 parent 535226e commit fa4bdb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
Simple Environment Reader which can parse the Value to a specific type. It tries to find the Value in $_ENV, $_SERVER and via getenv. The logic is leaned on the [EnvVarProcessor](https://github.com/symfony/symfony/blob/6.2/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php) from Symfony.
77

8+
### Installation
9+
10+
```shell
11+
composer require devcirclede/env-reader
12+
```
13+
14+
### Supported Types
15+
816
Actual included Types are:
917

1018
- integer

0 commit comments

Comments
 (0)