From b534bfbbf124c2e0741289336a63509781fab241 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Mon, 1 Jan 2018 22:07:15 +0700 Subject: [PATCH] Docs: Mention PSR15-compliant middleware in complementary tools section --- docs/complementary-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/complementary-tools.md b/docs/complementary-tools.md index 4e7860c..b458455 100644 --- a/docs/complementary-tools.md +++ b/docs/complementary-tools.md @@ -5,6 +5,7 @@ - [Symfony Bundle](https://github.com/overblog/GraphQLBundle) by Overblog - 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)) - 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) +- [PSR 15 compliant middleware](https://github.com/phps-cans/psr7-middleware-graphql) for the Standard Server (experimental) # Tools - [GraphiQL](https://github.com/graphql/graphiql) - An in-browser IDE for exploring GraphQL