webonyx/graphql-php
webonyx/graphql-php is a GraphQL server implementation for PHP, following the official GraphQL specification and modeled after graphql-js. Build schemas, execute queries, validate documents, and extend via types, resolvers, and tooling for production APIs.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| aimeos/ai-admin-graphql | Laravel package adding a GraphQL API for Aimeos admin: manage products, categories, customers, orders, and more via flexible queries and mutations. Built for headless backends and integrations, with auth support and Aimeos data model coverage. | 993 | 983 | 3 | 3K | 0 | 5.0 | 8.3 | LGPL-2.1 | — | |
| api-platform/core | API Platform Core lets you quickly build hypermedia-driven REST and GraphQL APIs in PHP/Symfony. Supports JSON-LD, Hydra, OpenAPI v2/v3, JSON:API, HAL, and RFC7807. Extensible, high-performance, API-first. | 2,560 | 2,577 | 965 | 920K | 343 | 77.1 | 68.7 | MIT | 2 weeks ago | |
| api-platform/graphql | — | 4 | 4 | 0 | 29K | 0 | 0.0 | 51.9 | MIT | — | |
| api-platform/symfony | — | 35 | 35 | 2 | 414K | 0 | 0.2 | 55.3 | MIT | — | |
| arthem/graphql-mapper | — | 31 | 31 | 4 | 0 | 0 | 0.9 | — | MIT | 10 years ago | |
| arxy/dataloader-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| avris/graphql-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| bnnvara/graphql | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| ciloe/graphql-client-php | Lightweight PHP GraphQL client with a basic bridge/client setup or quick factory creation. Supports simple queries, named queries with variables, and optional caching via Symfony Cache adapters. Configure host/URI/token and send requests easily. | 6 | 6 | 0 | 0 | 3 | 1.0 | 0.4 | MIT | 7 years ago | |
| craftcms/cms | Craft CMS is a flexible, user-friendly PHP CMS for building custom web experiences. Features a Twig templating system, auto-generated GraphQL API for headless builds, ecommerce via Craft Commerce, a plugin store, and a powerful extension framework. | 3,574 | 3,579 | 695 | 30K | 472 | 83.4 | 45.7 | NOASSERTION | 1 week ago | |
| cvek/apip-graphql-validator-formatter | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| d3mo17/colja | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dunglas/api-bundle | API Platform Core builds hypermedia-driven REST and GraphQL APIs with Symfony. Supports JSON-LD/Hydra, OpenAPI v2/v3, JSON:API, HAL, and Problem Details. Quickly generate powerful, extensible, high-performance APIs. | 2,560 | 2,565 | 965 | 328 | 343 | 77.1 | 32.1 | MIT | 2 weeks ago | |
| ecodev/graphql-upload | Laravel-friendly support for GraphQL multipart file uploads. Adds an Upload scalar and request handling so clients can send files with GraphQL operations, following the graphql-multipart-request specification. Suitable for APIs needing file uploads in GraphQL. | 90 | 90 | 17 | 24K | 0 | 13.2 | 0.4 | MIT | 5 months ago | |
| laragraph/utils | Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. | 21 | 21 | 8 | 555K | 0 | 20.2 | 62.6 | MIT | 3 months ago | |
| lastdragon-ru/graphql-printer | GraphQL printer for PHP: turns a GraphQL AST/document into well-formatted GraphQL text with configurable indentation and style. Useful for debugging, logging, code generation, and producing consistent query/schema output in Laravel or any PHP app. | 0 | 0 | 0 | 199 | 0 | 0.0 | 31.8 | MIT | — | |
| lastdragon-ru/lara-asp-graphql | — | 5 | 5 | 4 | 4K | 0 | 0.1 | 39.7 | MIT | — | |
| lastdragon-ru/lara-asp-graphql-testing | Testing helpers for GraphQL in Laravel apps using lara-asp. Provides utilities and assertions to build requests, execute queries/mutations, and validate responses in automated tests, making GraphQL endpoint testing faster and more reliable. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| leocavalcante/siler | Siler is a zero-dependency PHP library/micro-framework of high-level functional abstractions for declarative apps and routing. Fast, flat-file friendly, and works well with Swoole. Note: the repository is archived; Nano is recommended as an alternative. | 1,110 | 1,125 | 91 | 115 | 14 | 9.9 | 7.3 | MIT | 5 years ago | |
| mll-lab/graphql-php-scalars | Custom scalar types for webonyx/graphql-php, including BigInt, Date/DateTime/DateTimeTz, Email, JSON, and IntRange for bounded integers. Drop-in types for schema definitions with strict parsing and DateTimeImmutable conversion for date scalars. | 147 | 139 | 14 | 150K | 0 | 11.3 | 42.0 | MIT | 11 months ago | |
| nuwave/lighthouse | Lighthouse is a Laravel-first GraphQL server framework. Define schemas, resolve data with Eloquent, and handle common GraphQL tasks with built-in directives and extensibility. Docs at lighthouse-php.com. Note: repo planned to move to spawnia/lighthouse. | 3,493 | 3,500 | 469 | 330K | 106 | 77.6 | 58.8 | MIT | 2 months ago | |
| optigov/eloquent-graphql | — | 4 | 4 | 0 | 198 | 0 | 2.7 | 22.2 | MIT | 2 years ago | |
| overblog/graphql-bundle | — | 795 | 802 | 226 | 167K | 115 | 56.9 | 63.9 | MIT | 1 month ago | |
| pact-foundation/pact-php | PHP implementation of the Pact consumer-driven contract testing framework. Define contracts between services, run provider verification, and integrate with PHPUnit/CI to prevent breaking API changes. Supports HTTP interactions, mock servers, and Pact Broker workflows. | 300 | 300 | 90 | 77K | 2 | 32.5 | 39.2 | Apache-2.0 | 3 weeks ago | |
| rebing/graphql-laravel | Code-first GraphQL integration for Laravel built on webonyx/graphql-php. Define schemas, types, queries and mutations in PHP with support for multiple schemas, middleware, resolver middleware, privacy rules, and n+1 avoidance via dataloaders or SelectFields. | 2,212 | 2,224 | 271 | 193K | 0 | 50.5 | 31.6 | MIT | 1 week ago | |
| thecodingmachine/graphqlite | — | 572 | 572 | 107 | 78K | 24 | 42.3 | 44.7 | MIT | 2 weeks ago |
How can I help you explore Laravel packages today?