Description
This Symfony 2 / 3 bundle provide integration GraphQL using webonyx/graphql-php and GraphQL Relay. It also supports batching using libs like ReactRelayNetworkLayer.
OverblogGraphQLBundle alternatives and similar libraries
Based on the "API" category.
Alternatively, view OverblogGraphQLBundle alternatives based on common mentions on social networks and blogs.
-
API Platform
🕸️ Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time. -
Restler
Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API -
wsdl2phpgenerator
DISCONTINUED. Simple utility and class library for generating php classes from a wsdl file. -
Pinterest Bot for PHP
DISCONTINUED. This PHP library will help you to work with your Pinterest account without using any API account credentials. -
Slack for PHP
A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax. -
chubbyphp-framework
A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use. -
Drest
Quickly and easily expose Doctrine entities as REST resource endpoints with the use of simple configuration with annotations, yaml, json or a PHP array. -
cidaas SDK for php
With this SDK, you can integrate cidaas smoothly and with minimal effort into your PHP application. It enables you to map the most important user flows for OAuth2 and OIDC compliant authentication. Secure – Fast – And unrivaled Swabian. -
yii2-fractal
A set of utils and actions for build API following JSON:Api specification, based on league/fractal -
icanhazstring/expressive-hashids-middleware
PSR-15/PSR-7 compliant middleware using ivanakimov/hashids.php
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of OverblogGraphQLBundle or a related project?
README
OverblogGraphQLBundle
This Symfony bundle provides integration of GraphQL using webonyx/graphql-php and GraphQL Relay. It also supports:
- batching with ReactRelayNetworkLayer
- batching with Apollo GraphQL
- upload and batching upload with apollo-upload-client
Browse your version documentation:
- 1.0 (DEV)
- 0.14 (STABLE)
- 0.13 (STABLE)
- 0.12 (DEPRECATE)
- 0.11 (OBSOLETE)
- 0.10 (OBSOLETE)
- 0.9 (OBSOLETE)
- 0.8 (OBSOLETE)
[Versions requirements](docs/index.md#versions-requirements)
Proof of Concept
- mcg-web/graphql-symfony-doctrine-sandbox
- michaelperrin/blog-graphql-upload-demo
- overblog/GraphQLBundleDemo
- Samffy/graphql-poc
Documentation
- [Quick start](docs/definitions/quick-start.md)
- [Installation](docs/index.md)
- [Definitions](docs/definitions/index.md)
- [Type System](docs/definitions/type-system/index.md)
- [Scalars](docs/definitions/type-system/scalars.md)
- [Object](docs/definitions/type-system/object.md)
- [Interface](docs/definitions/type-system/interface.md)
- [Union](docs/definitions/type-system/union.md)
- [Enum](docs/definitions/type-system/enum.md)
- [Input Object](docs/definitions/type-system/input-object.md)
- [Lists](docs/definitions/type-system/lists.md)
- [Non-Null](docs/definitions/type-system/non-null.md)
- [Type Inheritance](docs/definitions/type-inheritance.md)
- [GraphQL schema language](docs/definitions/graphql-schema-language.md)
- [Schema](docs/definitions/schema.md)
- [Resolver](docs/definitions/resolver.md)
- [Experimental coroutine executor](docs/definitions/coroutine-executor.md)
- [Solving N+1 problem](docs/definitions/solving-n-plus-1-problem.md)
- [Mutation](docs/definitions/mutation.md)
- [Relay](docs/definitions/relay/index.md)
- [Connection](docs/definitions/relay/connection.md)
- [Relay Pagination helper](docs/helpers/relay-paginator.md)
- [Node](docs/definitions/relay/node/index.md)
- [Node](docs/definitions/relay/node/node.md)
- [Plural](docs/definitions/relay/node/plural.md)
- [Global id](docs/definitions/relay/node/global-id.md)
- [Mutation](docs/definitions/relay/mutation.md)
- [Builders](docs/definitions/builders/index.md)
- [Field Builder](docs/definitions/builders/field.md)
- [Fields Builder](docs/definitions/builders/fields.md)
- [Args Builder](docs/definitions/builders/args.md)
- [Expression language](docs/definitions/expression-language.md)
- [Debug](docs/definitions/debug/index.md)
- [GraphiQL](docs/definitions/graphiql/index.md)
- [Upload files](docs/definitions/upload-files.md)
- [Data fetching](docs/data-fetching/index.md)
- [Query batching](docs/data-fetching/batching.md)
- [Promise](docs/data-fetching/promise.md)
- [Annotations & PHP 8 Attributes](docs/annotations/index.md)
- [Validation](docs/validation/index.md)
- [Security](docs/security/index.md)
- [Handle CORS](docs/security/handle-cors.md)
- [Object access control](docs/security/object-access-control.md)
- [Fields access control](docs/security/fields-access-control.md)
- [Fields public control](docs/security/fields-public-control.md)
- [Limiting query depth](docs/security/limiting-query-depth.md)
- [Query complexity analysis](docs/security/query-complexity-analysis.md)
- [Disable introspection](docs/security/disable_introspection.md)
- [Errors handling](docs/error-handling/index.md)
- [Events](docs/events/index.md)
- [Profiler](docs/profiler/index.md)
Talks and slides to help you start
- GraphQL in Symfony by Bernd Alter - Twitter
- GraphQL is right in front of us, let's do it! by Renato Mendes Figueiredo - Twitter, GitHub
- Slides at http://talks.mefi.in/graphql-scotphp17
English
- Video at SymfonyCamp UA 2017
English
- Video at DPC 2017
English
- Slides at http://talks.mefi.in/graphql-scotphp17
- A GraphQL API: From hype to production by Aurélien David - Twitter, GitHub
- Une API GraphQL: du hype à la prod by Aurélien David - Twitter, GitHub
- Video at PHPTour 2017 Nantes
French
- Video at PHPTour 2017 Nantes
- Introduction to Symfony Flex and setting up OverblogGraphQLBundle with it by Renato Mendes Figueiredo - Twitter, GitHub
Community
- Get support on Symfony devs Slack on the dedicated channel overblog-graphql.
- Get support in Telegram group Overblog GraphQL
- Follow us on GitHub
Contributing
- [See contributing documentation](CONTRIBUTING.md)
- Thanks to all contributors