awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • webonyx/graphql-phpAvatar von webonyx

    webonyx/graphql-php

    4,717Auf GitHub ansehen↗

    Dieses Projekt ist eine PHP-Implementierung der GraphQL-Spezifikation. Es bietet eine Suite von Tools zum Aufbau von Servern, die Queries und Mutations verarbeiten, einschließlich eines Schema-Parsers, einer Execution-Engine zur Auswertung von Operationen und eines Toolkits zur Manipulation von Abstract Syntax Trees (AST). Die Bibliothek zeichnet sich durch ein spezialisiertes AST-Toolkit aus, das die Inspektion, Modifikation und Ausgabe von GraphQL-ASTs ermöglicht. Zudem enthält sie einen Mechanismus für Deferred Field Resolution, um asynchrones Daten-Fetching zu ermöglichen und ein Blockieren des primären Execution-Threads zu verhindern. Die Implementierung deckt breite Funktionsbereiche ab, darunter Schema-Management via Schema Definition Language (SDL), regelbasierte Dokumentenvalidierung für Sicherheit sowie formatiertes Error-Handling, um spezifikationskonforme Antworten sicherzustellen.

    Reference implementation of GraphQL for PHP.

    PHP
    Auf GitHub ansehen↗4,717
  • wp-graphql/wp-graphqlAvatar von wp-graphql

    wp-graphql/wp-graphql

    3,780Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,780
  • nuwave/lighthouseAvatar von nuwave

    nuwave/lighthouse

    3,494Auf GitHub ansehen↗

    A framework for serving GraphQL from Laravel

    Laravel package for serving GraphQL endpoints.

    PHP
    Auf GitHub ansehen↗3,494
  • rebing/graphql-laravelAvatar von rebing

    rebing/graphql-laravel

    2,214Auf GitHub ansehen↗

    Laravel wrapper for Facebook's GraphQL

    Laravel wrapper for the standard PHP GraphQL implementation.

    PHP
    Auf GitHub ansehen↗2,214
  • leocavalcante/silerAvatar von leocavalcante

    leocavalcante/siler

    1,111Auf GitHub ansehen↗

    ⚡ 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
    Auf GitHub ansehen↗1,111
  • overblog/graphqlbundleAvatar von overblog

    overblog/GraphQLBundle

    796Auf GitHub ansehen↗

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

    Symfony bundle for building complete GraphQL servers.

    PHP
    Auf GitHub ansehen↗796
  • thecodingmachine/graphqliteAvatar von thecodingmachine

    thecodingmachine/graphqlite

    572Auf GitHub ansehen↗

    Use PHP Attributes to declare your GraphQL API

    Annotation-based GraphQL server library for PHP.

    MDX
    Auf GitHub ansehen↗572
  • ivome/graphql-relay-phpAvatar von ivome

    ivome/graphql-relay-php

    271Auf GitHub ansehen↗

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

    Relay helper utilities for PHP implementations.

    PHP
    Auf GitHub ansehen↗271
  • jerowork/graphql-attribute-schemaAvatar von jerowork

    jerowork/graphql-attribute-schema

    16Auf GitHub ansehen↗

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

    Schema builder using PHP attributes for configuration.

    PHP
    Auf GitHub ansehen↗16
  • dpauli/php-graphql-request-builderAvatar von dpauli

    dpauli/php-graphql-request-builder

    4Auf GitHub ansehen↗

    Creates a GraphQL request payload with simple objects

    Utility for building GraphQL request payloads.

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