Skip to content

Commit 083cb4e

Browse files
committed
Added Complementary Tools section to README
1 parent dea4485 commit 083cb4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This implementation will follow JavaScript version as close as possible until Gr
2424
- [Query Resolution and Data Fetching](#query-resolution)
2525
- [HTTP endpoint example](#http-endpoint)
2626
- [More Examples](#more-examples)
27+
- [Complementary Tools](#complementary-tools)
2728

2829
## Overview
2930
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);
463464

464465
### More Examples
465466
Make sure to check [tests](https://github.com/webonyx/graphql-php/tree/master/tests) for more usage examples.
467+
468+
### Complementary Tools
469+
- [Integration with Relay](https://github.com/ivome/graphql-relay-php)
470+
- [Use GraphQL with Laravel 5](https://github.com/Folkloreatelier/laravel-graphql)
471+
- [Relay helpers for laravel-graphql](https://github.com/nuwave/laravel-graphql-relay)
472+
473+
Also check [Awesome GraphQL](https://github.com/chentsulin/awesome-graphql) for full picture of GraphQL ecosystem.

0 commit comments

Comments
 (0)