From 083cb4e3f230d12b2c1754419fad4bc6c120952c Mon Sep 17 00:00:00 2001 From: vladar Date: Wed, 24 Feb 2016 23:47:57 +0600 Subject: [PATCH] Added Complementary Tools section to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dc66ab7..ff8003e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This implementation will follow JavaScript version as close as possible until Gr - [Query Resolution and Data Fetching](#query-resolution) - [HTTP endpoint example](#http-endpoint) - [More Examples](#more-examples) +- [Complementary Tools](#complementary-tools) ## Overview GraphQL is intended to be a replacement for REST APIs. [Read more](http://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html) about rationale behind it. @@ -463,3 +464,10 @@ echo json_encode($result); ### More Examples Make sure to check [tests](https://github.com/webonyx/graphql-php/tree/master/tests) for more usage examples. + +### Complementary Tools +- [Integration with Relay](https://github.com/ivome/graphql-relay-php) +- [Use GraphQL with Laravel 5](https://github.com/Folkloreatelier/laravel-graphql) +- [Relay helpers for laravel-graphql](https://github.com/nuwave/laravel-graphql-relay) + +Also check [Awesome GraphQL](https://github.com/chentsulin/awesome-graphql) for full picture of GraphQL ecosystem.