Skip to content

Commit 82cf12a

Browse files
authored
Rework docs/complementary-tools.md (#852)
1 parent bb60eb4 commit 82cf12a

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

docs/complementary-tools.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1-
# Integrations
1+
# Server Integrations
22

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
109
* [API Platform](https://api-platform.com/docs/core/graphql) - Creates a GraphQL API from PHP models
1110

12-
# GraphQL PHP Tools
11+
# Server Utilities
1312

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
1514
* [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
1918
* [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
2120

22-
# General GraphQL Tools
21+
# GraphQL Clients
2322

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

Comments
 (0)