<li><ahref="executing-queries.md/#using-server">Standard Server</a>– Out of the box integration with any PSR-7 compatible framework (like <ahref="http://slimframework.com">Slim</a> or <ahref="http://zendframework.github.io/zend-expressive/">Zend Expressive</a>).</li>
<li><ahref="https://github.com/ivome/graphql-relay-php">Relay Library for graphql-php</a>– Helps construct Relay related schema definitions.</li>
<li>Laravel </li>
<li><ahref="https://github.com/Folkloreatelier/laravel-graphql">Laravel GraphQL</a>– Integration with Laravel 5</li>
<li><ahref="https://github.com/nuwave/laravel-graphql-relay">laravel-graphql-relay</a>– Relay Helpers for Laravel</li>
<li><ahref="https://github.com/nuwave/lighthouse">Lighthouse</a>– GraphQL Server for Laravel</li>
<li><ahref="https://github.com/overblog/GraphQLBundle">OverblogGraphQLBundle</a>– Bundle for Symfony</li>
<li><ahref="https://github.com/wp-graphql/wp-graphql">WP-GraphQL</a> - GraphQL API for WordPress</li>
<li><ahref="https://graphqlite.thecodingmachine.io">GraphQLite</a>– Define your complete schema with annotations</li>
<li><ahref="https://github.com/Ecodev/graphql-doctrine">GraphQL Doctrine</a>– Define types with Doctrine ORM annotations</li>
<li><ahref="https://github.com/overblog/dataloader-php">DataLoaderPHP</a>– as a ready implementation for <ahref="../data-fetching/#solving-n1-problem">deferred resolvers</a></li>
<li><ahref="https://github.com/Ecodev/graphql-upload">GraphQL Uploads</a>– A PSR-15 middleware to support file uploads in GraphQL.</li>
<li><ahref="https://github.com/vasily-kartashov/graphql-batch-processing">GraphQL Batch Processor</a>– Provides a builder interface for defining collection, querying, filtering, and post-processing logic of batched data fetches. </li>
<li><ahref="https://github.com/simPod/GraphQL-Utils">GraphQL Utils</a>– Objective schema definition builders (no need for arrays anymore) and <code>DateTime</code> scalar</li>
<li><ahref="https://github.com/phps-cans/psr7-middleware-graphql">PSR 15 compliant middleware</a> for the Standard Server <em>(experimental)</em></li>
<li><ahref="https://github.com/prismagraphql/graphql-playground">GraphQL Playground</a>– GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).</li>
<li><ahref="https://github.com/graphql/graphiql">GraphiQL</a>– An in-browser IDE for exploring GraphQL</li>
Built with <ahref="http://www.mkdocs.org">MkDocs</a> using a <ahref="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>.