Merge pull request #618 from ojhaujjwal/patch-4

Added zend-diactoros
This commit is contained in:
Jad Bitar 2016-04-04 12:11:13 -04:00
commit 32a2699533
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,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.*