浏览代码

PSR7 cleanup.

pull/1097/head
Jamie 5 年前
父节点
当前提交
1c39846992
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

207
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
207
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
208
 * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
208
 * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
209
 * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation.
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
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
211
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
212
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
212
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
213
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
213
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
226
 ### Middlewares
226
 ### Middlewares
227
 *Libraries for building application using middlewares.*
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
 * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
230
 * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
231
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
231
 * [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
232
 * [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7.
232
 * [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7.

正在加载...
取消
保存