Update README.md

Added graphql-php library
This commit is contained in:
Vladimir Razuvaev 2016-10-15 22:23:50 +07:00
parent ecb0bcfd8d
commit 31b074dd7d

View File

@ -691,6 +691,7 @@ Libraries to help manage database schemas and migrations.
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library. * [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. * [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. * [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 ## Caching
*Libraries for caching data.* *Libraries for caching data.*