awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

Awesome GitHub RepositoriesPHP GraphQL Tools

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.

Awesome PHP GraphQL Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • webonyx/graphql-phpAvatar de webonyx

    webonyx/graphql-php

    4,717Voir sur GitHub↗

    Ce projet est une implémentation PHP de la spécification GraphQL. Il fournit une suite d'outils pour créer des serveurs traitant des requêtes et des mutations, incluant un analyseur de schéma, un moteur d'exécution pour évaluer les opérations et une boîte à outils pour manipuler les arbres de syntaxe abstraits (AST). La bibliothèque se distingue par une boîte à outils AST spécialisée permettant l'inspection, la modification et l'affichage des arbres de syntaxe abstraits GraphQL. Elle inclut également un mécanisme de résolution de champ différée pour permettre la récupération asynchrone des données et éviter de bloquer le thread d'exécution principal. L'implémentation couvre de larges domaines de fonctionnalités, notamment la gestion des schémas via le langage de définition de schéma (SDL), la validation de documents basée sur des règles pour la sécurité, et une gestion des erreurs formatée pour garantir des réponses conformes à la spécification.

    Reference implementation of GraphQL for PHP.

    PHP
    Voir sur GitHub↗4,717
  • wp-graphql/wp-graphqlAvatar de wp-graphql

    wp-graphql/wp-graphql

    3,780Voir sur GitHub↗

    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.

    PHP
    Voir sur GitHub↗3,780
  • nuwave/lighthouseAvatar de nuwave

    nuwave/lighthouse

    3,494Voir sur GitHub↗

    A framework for serving GraphQL from Laravel

    Laravel package for serving GraphQL endpoints.

    PHP
    Voir sur GitHub↗3,494
  • rebing/graphql-laravelAvatar de rebing

    rebing/graphql-laravel

    2,214Voir sur GitHub↗

    Laravel wrapper for Facebook's GraphQL

    Laravel wrapper for the standard PHP GraphQL implementation.

    PHP
    Voir sur GitHub↗2,214
  • leocavalcante/silerAvatar de leocavalcante

    leocavalcante/siler

    1,111Voir sur GitHub↗

    ⚡ 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.

    PHP
    Voir sur GitHub↗1,111
  • overblog/graphqlbundleAvatar de overblog

    overblog/GraphQLBundle

    796Voir sur GitHub↗

    This bundle provides tools to build a complete GraphQL API server in your Symfony App.

    Symfony bundle for building complete GraphQL servers.

    PHP
    Voir sur GitHub↗796
  • thecodingmachine/graphqliteAvatar de thecodingmachine

    thecodingmachine/graphqlite

    572Voir sur GitHub↗

    Use PHP Attributes to declare your GraphQL API

    Annotation-based GraphQL server library for PHP.

    MDX
    Voir sur GitHub↗572
  • ivome/graphql-relay-phpAvatar de ivome

    ivome/graphql-relay-php

    271Voir sur GitHub↗

    A library to help construct a graphql-php server supporting react-relay.

    Relay helper utilities for PHP implementations.

    PHP
    Voir sur GitHub↗271
  • jerowork/graphql-attribute-schemaAvatar de jerowork

    jerowork/graphql-attribute-schema

    16Voir sur GitHub↗

    Build your GraphQL schema for webonyx/graphql-php using PHP attributes instead of array-based configuration.

    Schema builder using PHP attributes for configuration.

    PHP
    Voir sur GitHub↗16
  • dpauli/php-graphql-request-builderAvatar de dpauli

    dpauli/php-graphql-request-builder

    4Voir sur GitHub↗

    Creates a GraphQL request payload with simple objects

    Utility for building GraphQL request payloads.

    PHP
    Voir sur GitHub↗4
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. PHP GraphQL Tools