Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 136b0e7

Browse files
author
Julien Neuhart
committed
updating README
1 parent 78e66ec commit 136b0e7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@ This package helps you to interact with this API using PHP.
2525

2626
## Install
2727

28+
Unless your project already have a PSR7 `HttpClient`, install `php-http/guzzle6-adapter`:
29+
2830
```bash
29-
$ composer require thecodingmachine/gotenberg-php-client
31+
$ composer require php-http/guzzle6-adapter
3032
```
3133

32-
We also suggest installing `composer require php-http/guzzle6-adapter`, unless your project already have a PSR7 `HttpClient`!
34+
Then the PHP client:
35+
36+
```bash
37+
$ composer require thecodingmachine/gotenberg-php-client
38+
```
3339

3440
## Docker
3541

0 commit comments

Comments
 (0)