From 83e519f783d50c1198585a1ad2678aa0c0524983 Mon Sep 17 00:00:00 2001 From: Dmitry Lezhnev Date: Mon, 6 May 2019 21:10:02 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9afdd65..b04e544 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. +* [lezhnev74/openapi-psr7-validator](https://github.com/lezhnev74/openapi-psr7-validator) - It validates PSR-7 messages (HTTP request/response) against OpenAPI specifications ### Scraping *Libraries for scraping websites.*