From 22bc28947a4012bef279ba5be63f5fbe80da3310 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Tue, 10 Sep 2019 17:55:42 +0100 Subject: [PATCH] Link Packagist's PSR7 Implementations and Clients Link https://packagist.org/providers/php-http/client-implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65dde5e..4c3d329 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ curl -sS https://getcomposer.org/installer | php The Mailgun api client is not hard coupled to Guzzle or any other library that sends HTTP messages. It uses the [PSR-18](https://www.php-fig.org/psr/psr-18/) client abstraction. -This will give you the flexibilty to choose what [PSR-7](https://www.php-fig.org/psr/psr-7/) implementation and HTTP client to use. +This will give you the flexibilty to choose what [PSR-7 implementation and HTTP client](https://packagist.org/providers/php-http/client-implementation) to use. If you just want to get started quickly you should run the following command: