From e3d70b553f305d9d0738ea2f1dcbc740013cf738 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Sat, 15 Oct 2016 22:23:50 +0700 Subject: [PATCH] Update README.md Added graphql-php library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24f2546..f0d978c 100644 --- a/README.md +++ b/README.md @@ -669,6 +669,7 @@ Libraries to help manage database schemas and migrations. * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library. * [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API. * [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files. +* [GraphQL](https://github.com/webonyx/graphql-php) - PHP implementation of Facebook`s GraphQL specification for modern API development. ## Caching *Libraries for caching data.*