10 repositorios
Libraries and frameworks for building GraphQL APIs in PHP.
Explore 10 awesome GitHub repositories matching part of an awesome list · PHP GraphQL Tools. Refine with filters or upvote what's useful.
Este proyecto es una implementación en PHP de la especificación GraphQL. Proporciona un conjunto de herramientas para construir servidores que procesan consultas y mutaciones, incluyendo un analizador de esquemas, un motor de ejecución para evaluar operaciones y un toolkit para manipular árboles de sintaxis abstracta (AST). La librería se diferencia por un toolkit de AST especializado que permite la inspección, modificación y visualización de árboles de sintaxis abstracta de GraphQL. También incluye un mecanismo de resolución de campos diferida para permitir la obtención de datos asíncrona y evitar el bloqueo del hilo de ejecución principal. La implementación cubre áreas clave como la gestión de esquemas mediante el lenguaje de definición de esquemas (SDL), la validación de documentos basada en reglas para mayor seguridad y el manejo de errores formateados para asegurar respuestas que cumplan con la especificación.
Reference implementation of GraphQL for PHP.
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.
GraphQL API layer for WordPress sites.
A framework for serving GraphQL from Laravel
Laravel package for serving GraphQL endpoints.
Laravel wrapper for Facebook's GraphQL
Laravel wrapper for the standard PHP GraphQL implementation.
⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
Declarative API for GraphQL servers with subscription support.
This bundle provides tools to build a complete GraphQL API server in your Symfony App.
Symfony bundle for building complete GraphQL servers.
Use PHP Attributes to declare your GraphQL API
Annotation-based GraphQL server library for PHP.
A library to help construct a graphql-php server supporting react-relay.
Relay helper utilities for PHP implementations.
Build your GraphQL schema for webonyx/graphql-php using PHP attributes instead of array-based configuration.
Schema builder using PHP attributes for configuration.
Creates a GraphQL request payload with simple objects
Utility for building GraphQL request payloads.