awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • webonyx/graphql-phpwebonyx 的头像

    webonyx/graphql-php

    4,717在 GitHub 上查看↗

    该项目是 GraphQL 规范的 PHP 实现。它提供了一套用于构建处理查询和变更(mutations)服务器的工具,包括模式解析器、用于评估操作的执行引擎,以及用于操作抽象语法树(AST)的工具包。 该库的特色在于其专门的 AST 工具包,允许对 GraphQL 抽象语法树进行检查、修改和打印。它还包含一种延迟字段解析机制,以实现异步数据获取并防止阻塞主执行线程。 该实现涵盖了广泛的功能领域,包括通过模式定义语言(SDL)进行的模式管理、用于安全的基于规则的文档验证,以及确保符合规范响应的格式化错误处理。

    Reference implementation of GraphQL for PHP.

    PHP
    在 GitHub 上查看↗4,717
  • wp-graphql/wp-graphqlwp-graphql 的头像

    wp-graphql/wp-graphql

    3,780在 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
    在 GitHub 上查看↗3,780
  • nuwave/lighthousenuwave 的头像

    nuwave/lighthouse

    3,494在 GitHub 上查看↗

    A framework for serving GraphQL from Laravel

    Laravel package for serving GraphQL endpoints.

    PHP
    在 GitHub 上查看↗3,494
  • rebing/graphql-laravelrebing 的头像

    rebing/graphql-laravel

    2,214在 GitHub 上查看↗

    Laravel wrapper for Facebook's GraphQL

    Laravel wrapper for the standard PHP GraphQL implementation.

    PHP
    在 GitHub 上查看↗2,214
  • leocavalcante/silerleocavalcante 的头像

    leocavalcante/siler

    1,111在 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
    在 GitHub 上查看↗1,111
  • overblog/graphqlbundleoverblog 的头像

    overblog/GraphQLBundle

    796在 GitHub 上查看↗

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

    Symfony bundle for building complete GraphQL servers.

    PHP
    在 GitHub 上查看↗796
  • thecodingmachine/graphqlitethecodingmachine 的头像

    thecodingmachine/graphqlite

    572在 GitHub 上查看↗

    Use PHP Attributes to declare your GraphQL API

    Annotation-based GraphQL server library for PHP.

    MDX
    在 GitHub 上查看↗572
  • ivome/graphql-relay-phpivome 的头像

    ivome/graphql-relay-php

    271在 GitHub 上查看↗

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

    Relay helper utilities for PHP implementations.

    PHP
    在 GitHub 上查看↗271
  • jerowork/graphql-attribute-schemajerowork 的头像

    jerowork/graphql-attribute-schema

    16在 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
    在 GitHub 上查看↗16
  • dpauli/php-graphql-request-builderdpauli 的头像

    dpauli/php-graphql-request-builder

    4在 GitHub 上查看↗

    Creates a GraphQL request payload with simple objects

    Utility for building GraphQL request payloads.

    PHP
    在 GitHub 上查看↗4
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. PHP GraphQL Tools