
# 集成

* [和 Relay 集成](https://github.com/ivome/graphql-relay-php)
* [和 Laravel 5 集成](https://github.com/Folkloreatelier/laravel-graphql) + [Laravel Relay 助手](https://github.com/nuwave/laravel-graphql-relay) + [Nuwave Lighthouse](https://github.com/nuwave/lighthouse)
* 由 Overblog 创建的 [Symfony Bundle](https://github.com/overblog/GraphQLBundle)
* 通过 [标准服务](${doc_url}/executing-queries/#using-server) 可以和任何 PSR-7 兼容框架（如 [Slim](http://slimframework.com) 或 [Zend Expressive](http://zendframework.github.io/zend-expressive/)）进行开箱即用的集成




# GraphQL PHP 工具

* 使用 Doctrine ORM 标注定义类型 ([for PHP7.1](https://github.com/Ecodev/graphql-doctrine), 查看 [之前 PHP 版本](https://github.com/rahuljayaraman/doctrine-graphql))
* [DataLoader PHP](https://github.com/overblog/dataloader-php) -  [延时解析器](/docs/graphql-php/data-fetching#solving-n1-problem) 的一种实现方式
* [PSR 15 兼容中间件](https://github.com/phps-cans/psr7-middleware-graphql) 标准服务器可用 (实验性)
* [GraphQL 上传](https://github.com/Ecodev/graphql-upload) 标准服务器可用




# GraphQL 常用工具

* [GraphiQL](https://github.com/graphql/graphiql) - 用于查看 GraphQL 的浏览器内置 IDE
* [ChromeiQL](https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij) 或 [GraphiQL Feen](https://chrome.google.com/webstore/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp) - Chrome 浏览器的 GraphiQL 扩展