mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
PSR7 cleanup.
This commit is contained in:
parent
fcb650d761
commit
1c39846992
@ -207,7 +207,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
|
||||||
* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
|
* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
|
||||||
* [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
|
* [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
|
||||||
* [Nyholm-psr7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast.
|
* [Nyholm PSR-7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast.
|
||||||
* [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
|
* [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.
|
* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
|
||||||
* [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
|
* [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
|
|||||||
### Middlewares
|
### Middlewares
|
||||||
*Libraries for building application using middlewares.*
|
*Libraries for building application using middlewares.*
|
||||||
|
|
||||||
* [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
|
* [PSR-7 Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
|
||||||
* [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
|
* [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
|
||||||
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
|
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
|
||||||
* [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7.
|
* [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7.
|
||||||
|
Loading…
Reference in New Issue
Block a user