Added zend-diactoros

This commit is contained in:
Ujjwal Ojha 2016-04-04 16:24:04 +05:45
parent 05c5036362
commit 180180c16e
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
* [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.
* [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
## Scraping
*Libraries for scraping websites.*