|
|
@@ -207,7 +207,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
207
|
207
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
|
208
|
208
|
* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
|
|
209
|
209
|
* [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
|
|
210
|
|
-* [Nyholm-psr7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast.
|
|
|
210
|
+* [Nyholm PSR-7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast.
|
|
211
|
211
|
* [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
|
212
|
212
|
* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
|
|
213
|
213
|
* [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
|
|
|
@@ -226,7 +226,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
226
|
226
|
### Middlewares
|
|
227
|
227
|
*Libraries for building application using middlewares.*
|
|
228
|
228
|
|
|
229
|
|
-* [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
|
|
|
229
|
+* [PSR-7 Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
|
|
230
|
230
|
* [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
|
|
231
|
231
|
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
|
|
232
|
232
|
* [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7.
|