From 180180c16e807821a2e97704fa3680825e82be36 Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Mon, 4 Apr 2016 16:24:04 +0545 Subject: [PATCH] Added zend-diactoros --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88a85f7..8800d66 100644 --- a/README.md +++ b/README.md @@ -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.*