9 open-source projects similar to dpauli/php-graphql-request-builder, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
A library to help construct a graphql-php server supporting react-relay.
Build your GraphQL schema for webonyx/graphql-php using PHP attributes instead of array-based configuration.
⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
A framework for serving GraphQL from Laravel
This bundle provides tools to build a complete GraphQL API server in your Symfony App.
Laravel wrapper for Facebook's GraphQL
Use PHP Attributes to declare your GraphQL API
This project is a PHP implementation of the GraphQL specification. It provides a suite of tools for building servers that process queries and mutations, including a schema parser, an execution engine for evaluating operations, and a toolkit for manipulating abstract syntax trees. The library differentiates itself through a specialized AST toolkit that allows for the inspection, modification, and printing of GraphQL abstract syntax trees. It also includes a mechanism for deferred field resolution to enable asynchronous data fetching and prevent blocking the primary execution thread. The imple
WPGraphQL is a GraphQL interface for WordPress that transforms a WordPress installation into a headless content source. It functions as a GraphQL schema provider that maps database structures and relational data into a standardized schema, exposing posts, pages, and custom data types through a single flexible endpoint. The project includes an integrated API query builder and schema explorer, allowing for the visual composition of queries and real-time validation of responses. It provides a system for extending the schema with custom fields and relationships to expose specific business data.