|
1 |
| -# Integrations |
| 1 | +# Server Integrations |
2 | 2 |
|
3 |
| -* [Standard Server](executing-queries.md#using-server) – 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/)). |
4 |
| -* [Relay Library for graphql-php](https://github.com/ivome/graphql-relay-php) – Helps construct Relay related schema definitions. |
5 |
| -* [Lighthouse](https://github.com/nuwave/lighthouse) – Laravel based, uses Schema Definition Language |
6 |
| -* [Laravel GraphQL](https://github.com/rebing/graphql-laravel) - Laravel wrapper for Facebook's GraphQL |
7 |
| -* [OverblogGraphQLBundle](https://github.com/overblog/GraphQLBundle) – Bundle for Symfony |
8 |
| -* [WP-GraphQL](https://github.com/wp-graphql/wp-graphql) - GraphQL API for WordPress |
9 |
| -* [Siler](https://github.com/leocavalcante/siler) - Straightforward way to map GraphQL SDL to resolver callables, also built-in support for Swoole |
| 3 | +* [Standard Server](executing-queries.md#using-server) – 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/)) |
| 4 | +* [Lighthouse](https://github.com/nuwave/lighthouse) – Laravel package, SDL-first |
| 5 | +* [Laravel GraphQL](https://github.com/rebing/graphql-laravel) - Laravel package, code-first |
| 6 | +* [OverblogGraphQLBundle](https://github.com/overblog/GraphQLBundle) – Symfony bundle |
| 7 | +* [WP-GraphQL](https://github.com/wp-graphql/wp-graphql) - WordPress plugin |
| 8 | +* [Siler](https://github.com/leocavalcante/siler) - Flat files and plain-old PHP functions, supports Swoole |
10 | 9 | * [API Platform](https://api-platform.com/docs/core/graphql) - Creates a GraphQL API from PHP models
|
11 | 10 |
|
12 |
| -# GraphQL PHP Tools |
| 11 | +# Server Utilities |
13 | 12 |
|
14 |
| -* [GraphQLite](https://graphqlite.thecodingmachine.io) – Define your complete schema with annotations |
| 13 | +* [GraphQLite](https://graphqlite.thecodingmachine.io) – Use PHP Annotations to define your schema |
15 | 14 | * [GraphQL Doctrine](https://github.com/Ecodev/graphql-doctrine) – Define types with Doctrine ORM annotations
|
16 |
| -* [DataLoaderPHP](https://github.com/overblog/dataloader-php) – as a ready implementation for [deferred resolvers](data-fetching.md#solving-n1-problem) |
17 |
| -* [GraphQL Uploads](https://github.com/Ecodev/graphql-upload) – A PSR-15 middleware to support file uploads in GraphQL. |
18 |
| -* [GraphQL Batch Processor](https://github.com/vasily-kartashov/graphql-batch-processing) – Provides a builder interface for defining collection, querying, filtering, and post-processing logic of batched data fetches. |
| 15 | +* [DataLoaderPHP](https://github.com/overblog/dataloader-php) – Implements [deferred resolvers](data-fetching.md#solving-n1-problem) |
| 16 | +* [GraphQL Upload](https://github.com/Ecodev/graphql-upload) – PSR-15 middleware to support file uploads in GraphQL |
| 17 | +* [GraphQL Batch Processor](https://github.com/vasily-kartashov/graphql-batch-processing) – Provides a builder interface for defining collection, querying, filtering, and post-processing logic of batched data fetches |
19 | 18 | * [GraphQL Utils](https://github.com/simPod/GraphQL-Utils) – Objective schema definition builders (no need for arrays anymore) and `DateTime` scalar
|
20 |
| -* [PSR 15 compliant middleware](https://github.com/phps-cans/psr7-middleware-graphql) for the Standard Server _(experimental)_ |
| 19 | +* [Relay Library](https://github.com/ivome/graphql-relay-php) – Helps construct Relay related schema definitions |
21 | 20 |
|
22 |
| -# General GraphQL Tools |
| 21 | +# GraphQL Clients |
23 | 22 |
|
24 |
| -* [GraphQL Playground](https://github.com/prismagraphql/graphql-playground) – GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration). |
25 |
| -* [GraphiQL](https://github.com/graphql/graphiql) – An in-browser IDE for exploring GraphQL |
26 |
| -* [ChromeiQL](https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij) |
27 |
| - or [GraphiQL Feen](https://chrome.google.com/webstore/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp) – |
28 |
| - GraphiQL as Google Chrome extension |
29 |
| -* [Altair GraphQL Client](https://altair.sirmuel.design/) - A beautiful feature-rich GraphQL Client for all platforms |
| 23 | +* [GraphiQL](https://github.com/graphql/graphiql) – Graphical interactive in-browser GraphQL IDE |
| 24 | +* [GraphQL Playground](https://github.com/prismagraphql/graphql-playground) – GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration) |
| 25 | +* [Altair GraphQL Client](https://altair.sirmuel.design) - Beautiful feature-rich GraphQL Client for all platforms |
| 26 | +* [Sailor](https://github.com/spawnia/sailor) - Typesafe GraphQL client for PHP |
0 commit comments