From 32652395ca8b97fd3aab11ccdf1ec4fec0eac2aa Mon Sep 17 00:00:00 2001 From: Josias Montag Date: Mon, 22 May 2023 13:10:07 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c21ce85..7b35ea8 100755 --- a/README.md +++ b/README.md @@ -12,15 +12,11 @@ This package depends on the [PHP SDK v3](https://github.com/cloudconvert/cloudco ## Installation -You can install the package via composer: +You can install the package alongside Guzzle via composer: - composer require cloudconvert/cloudconvert-laravel + composer require cloudconvert/cloudconvert-laravel guzzlehttp/guzzle -This package requires a HTTP client. It works both with Guzzle 6 and 7. If you are using Guzzle 6, you need an adapter: - - composer require php-http/guzzle6-adapter - -Guzzle 7 works out of the box. +This package is not tied to any specific HTTP client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://httplug.io/). Therefore, you will also need to install packages that provide [`psr/http-client-implementation`](https://packagist.org/providers/psr/http-client-implementation) and [`psr/http-factory-implementation`](https://packagist.org/providers/psr/http-factory-implementation) (for example Guzzle). Next you must publish the config file.