浏览代码

add nyholm/psr7

A fast PHP7 implementation of PSR-7
pull/1097/head
Michael Yang 6 年前
父节点
当前提交
fcb650d761
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
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
 * [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.
211
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
212
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
212
 * [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.

正在加载...
取消
保存