mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
cf90a8d338
It's a spiritual success to the archived https://github.com/Folkloreatelier/laravel-graphql project which was previously removed in https://github.com/webonyx/graphql-php/pull/455
2.3 KiB
2.3 KiB
Integrations
- Standard Server – Out of the box integration with any PSR-7 compatible framework (like Slim or Zend Expressive).
- Relay Library for graphql-php – Helps construct Relay related schema definitions.
- Lighthouse – Laravel based, uses Schema Definition Language
- Laravel GraphQL - Laravel wrapper for Facebook's GraphQL
- OverblogGraphQLBundle – Bundle for Symfony
- WP-GraphQL - GraphQL API for WordPress
GraphQL PHP Tools
- GraphQLite – Define your complete schema with annotations
- GraphQL Doctrine – Define types with Doctrine ORM annotations
- DataLoaderPHP – as a ready implementation for deferred resolvers
- GraphQL Uploads – A PSR-15 middleware to support file uploads in GraphQL.
- GraphQL Batch Processor – Provides a builder interface for defining collection, querying, filtering, and post-processing logic of batched data fetches.
- GraphQL Utils – Objective schema definition builders (no need for arrays anymore) and
DateTime
scalar - PSR 15 compliant middleware for the Standard Server (experimental)
General GraphQL Tools
- GraphQL Playground – GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).
- GraphiQL – An in-browser IDE for exploring GraphQL
- ChromeiQL or GraphiQL Feen – GraphiQL as Google Chrome extension