Link Packagist's PSR7 Implementations and Clients

Link https://packagist.org/providers/php-http/client-implementation
This commit is contained in:
David Garcia 2019-09-10 17:55:42 +01:00
parent 7b674dd2ca
commit 22bc28947a

View File

@ -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 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. 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: If you just want to get started quickly you should run the following command: