From d6b16ba0ecbb8c42956ec71a7a07802ddca1fad9 Mon Sep 17 00:00:00 2001 From: Kiko Seijo Date: Mon, 16 Apr 2018 20:49:49 +0200 Subject: [PATCH 1/2] Add Nuwave Lighthouse to Docs. --- docs/complementary-tools.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index 55197f6..1f25d79 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -1,17 +1,20 @@ # Integrations -- [Integration with Relay](https://github.com/ivome/graphql-relay-php) -- [Integration with Laravel 5](https://github.com/Folkloreatelier/laravel-graphql) + [Relay Helpers for Laravel](https://github.com/nuwave/laravel-graphql-relay) -- [Symfony Bundle](https://github.com/overblog/GraphQLBundle) by Overblog -- Out of the box integration with any PSR-7 compatible framework (like [Slim](http://slimframework.com) or [Zend Expressive](http://zendframework.github.io/zend-expressive/)) via [Standard Server](executing-queries.md/#using-server) + +* [Integration with Relay](https://github.com/ivome/graphql-relay-php) +* [Integration with Laravel 5](https://github.com/Folkloreatelier/laravel-graphql) + [Relay Helpers for Laravel](https://github.com/nuwave/laravel-graphql-relay) + [Nuwave Lighthosue](https://github.com/nuwave/lighthouse) +* [Symfony Bundle](https://github.com/overblog/GraphQLBundle) by Overblog +* Out of the box integration with any PSR-7 compatible framework (like [Slim](http://slimframework.com) or [Zend Expressive](http://zendframework.github.io/zend-expressive/)) via [Standard Server](executing-queries.md/#using-server) # GraphQL PHP Tools -- Define types with Doctrine ORM annotations ([for PHP7.1](https://github.com/Ecodev/graphql-doctrine), for [earlier PHP versions](https://github.com/rahuljayaraman/doctrine-graphql)) -- [DataLoader PHP](https://github.com/overblog/dataloader-php) - as a ready implementation for [deferred resolvers](data-fetching.md#solving-n1-problem) -- [PSR 15 compliant middleware](https://github.com/phps-cans/psr7-middleware-graphql) for the Standard Server (experimental) -- [GraphQL Uploads](https://github.com/Ecodev/graphql-upload) for the Standard Server + +* Define types with Doctrine ORM annotations ([for PHP7.1](https://github.com/Ecodev/graphql-doctrine), for [earlier PHP versions](https://github.com/rahuljayaraman/doctrine-graphql)) +* [DataLoader PHP](https://github.com/overblog/dataloader-php) - as a ready implementation for [deferred resolvers](data-fetching.md#solving-n1-problem) +* [PSR 15 compliant middleware](https://github.com/phps-cans/psr7-middleware-graphql) for the Standard Server (experimental) +* [GraphQL Uploads](https://github.com/Ecodev/graphql-upload) for the Standard Server # General GraphQL Tools -- [GraphiQL](https://github.com/graphql/graphiql) - An in-browser IDE for exploring GraphQL -- [ChromeiQL](https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij) + +* [GraphiQL](https://github.com/graphql/graphiql) - An in-browser IDE for exploring GraphQL +* [ChromeiQL](https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij) or [GraphiQL Feen](https://chrome.google.com/webstore/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp) - - GraphiQL as Google Chrome extension \ No newline at end of file + GraphiQL as Google Chrome extension From 98b4355b947441ffa841fbaaf7cdf9d4f2d97ad4 Mon Sep 17 00:00:00 2001 From: Kiko Seijo Date: Mon, 16 Apr 2018 20:52:38 +0200 Subject: [PATCH 2/2] Fix misspell. --- docs/complementary-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index 1f25d79..aec6d01 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -1,7 +1,7 @@ # Integrations * [Integration with Relay](https://github.com/ivome/graphql-relay-php) -* [Integration with Laravel 5](https://github.com/Folkloreatelier/laravel-graphql) + [Relay Helpers for Laravel](https://github.com/nuwave/laravel-graphql-relay) + [Nuwave Lighthosue](https://github.com/nuwave/lighthouse) +* [Integration with Laravel 5](https://github.com/Folkloreatelier/laravel-graphql) + [Relay Helpers for Laravel](https://github.com/nuwave/laravel-graphql-relay) + [Nuwave Lighthouse](https://github.com/nuwave/lighthouse) * [Symfony Bundle](https://github.com/overblog/GraphQLBundle) by Overblog * Out of the box integration with any PSR-7 compatible framework (like [Slim](http://slimframework.com) or [Zend Expressive](http://zendframework.github.io/zend-expressive/)) via [Standard Server](executing-queries.md/#using-server)