Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
voodooism committed Aug 10, 2021
1 parent 14fb4dd commit 741bf54
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Randomuser API client Symfony bundle
Symfony bundle for randomuser API client

## Installation
```
composer require voodooism/randomuser-bundle
```

## Configuration reference
```yaml
random_user_api:
host: https://randomuser.me
connection_timeout: 30
request_timeout: 30
version: 1.3
```

0 comments on commit 741bf54

Please sign in to comment.