From cf2c42af617e473cc0131b3a8842952562dd3688 Mon Sep 17 00:00:00 2001 From: Nickolas Da Silva Date: Fri, 11 Oct 2019 14:10:23 +0200 Subject: [PATCH] Add guzzle psr-18 adapter in http section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b873613..0e268cf 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client. * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client. +* [Guzzle PSR-18 Adapter](https://github.com/ricardofiorani/guzzle-psr18-adapter) - A simple guzzle PSR-18 adapter * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation. * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests. * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.