graphql-php
There are 48 repositories under graphql-php topic.
webonyx/graphql-php
PHP implementation of the GraphQL specification based on the reference implementation in JavaScript
overblog/GraphQLBundle
This bundle provides tools to build a complete GraphQL API server in your Symfony App.
youshido-php/GraphQL
Pure PHP realization of GraphQL protocol
railt/railt
⚡️ A PHP GraphQL Framework
Ecodev/graphql-doctrine
Automatic GraphQL types from Doctrine entities
tsingsun/yii2-graphql
facebook graphql server side for yii2 php framework
Ecodev/graphql-upload
A PSR-15 middleware to support file uploads in GraphQL
graphpql/graphpinator
:zap::globe_with_meridians::zap: Easy-to-use & Fast GraphQL server implementation for modern PHP. Includes features from latest draft, middleware directives and modules with extra functionality.
Skillshare/apollo-federation-php
🌍 A PHP implementation of the Apollo Federation specification
overblog/GraphQLPhpGenerator
GraphQL PHP types generator...
pascaldevink/php-graphql-federation
Utility for creating GraphQL microservices, which can be combined into a single endpoint through tools like Apollo Gateway
simPod/GraphQL-Utils
Set of utilities to power up your development with webonyx/graphql
ratehub/doctrine-graphql
Doctrine GraphQL generates types, queries and mutators for Doctrine entities to be used as a GraphQL API.
kisscool-fr/ghibliql
GraphQL API to Studio Ghibli REST API
Adeey/graphql-php
Easy build GraphQL mutation or query in PHP
alefesouza/talk-graphql-php
Code of my Implementing GraphQL with PHP Talk.
mcg-web/sandbox-dataloader-graphql-php
Sandbox DataLoader And GraphQL PHP
graphpql/graphpinator-nette
:zap::globe_with_meridians::zap: Graphpinator adapters and addons for Nette framework.
graphpql/graphpinator-parser
:zap::globe_with_meridians::zap: Parser subproject for GraPHPinator: GraphQL server implementation for PHP.
BaseMax/FirstPHPGraphQL
Create a GraphQL server (restful) web service using PHP.
graphpql/graphpinator-constraint-directives
:zap::globe_with_meridians::zap: Typesystem directives to declare additional validation on top of GraphQL type system.
graphpql/graphpinator-extra-types
:zap::globe_with_meridians::zap: Some useful and commonly used types, both scalar or composite.
graphpql/graphpinator-printer
:zap::globe_with_meridians::zap: Schema printing visitor for GraPHPinator typesystem.
graphpql/graphpinator-tokenizer
:zap::globe_with_meridians::zap: Tokenizer subproject for GraPHPinator: GraphQL server implementation for PHP.
graphpql/graphpinator-where-directives
:zap::globe_with_meridians::zap: Executable directives to filter values in lists.
graphpql/graphpommando
:zap::globe_with_meridians::zap: Easy-to-use & Fast GraphQL client implementation for modern PHP.
BaseMax/TwitterGraphQLPHP
This project aims to create a Twitter clone API using GraphQL in PHP8. The API will provide all the necessary queries and mutations to replicate essential features of Twitter. It enables users to perform actions such as creating tweets, following other users, liking tweets, retweeting, and more.
graphpql/graphpinator-persisted-queries
:zap::globe_with_meridians::zap: Module to persist validated query in cache and improve performace of repeating queries.
graphpql/graphpinator-query-cost
:zap::globe_with_meridians::zap: Modules to limit query cost by restricting maximum depth or number of nodes.
graphpql/graphpinator-upload
:zap::globe_with_meridians::zap: Module to handle multipart formdata requests.
marco-gallegos/lumen-graphql-api-template
Template / Boilerplate To build GraphQL API's with Lumen 6
skyzyx/graphql-php
GraphQL in PHP
zenithtech/PHP-RGR
Sample React and PHP app using Graphql-PHP, Graphql-Relay-PHP, also includes GraphiQL interface.
BaseMax/BlogLaravelGraphQL
The GraphQL-Based Blog System is a powerful and modern blog application that allows users to read, create, update, and delete blog posts, manage comments, and perform various other operations through a GraphQL API. It offers a more intuitive and customizable way of querying data compared to RESTful APIs.
BaseMax/LanguageLearningGraphQLPHP
This project is a Language Learning App that provides a GraphQL API for language courses, vocabulary exercises, and language proficiency assessments. The API is developed in PHP 8 and allows users to access a wide range of language learning resources.
Wedrix/watchtower
A graphql-php wrapper to automatically resolve queries for Doctrine-based Applications and Frameworks like Symfony.