rebing/graphql-laravel
Laravel wrapper for Facebook's GraphQL observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 98
- Release rhythm 89
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 29
- age_days: 3635
- days_rel: 76
- days_push: 16
- n_releases_24m: 12
Adoption not part of the score
2220 stars · 271 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Laravel package providing code-first GraphQL integration built on webonyx/graphql-php. Schemas are defined in PHP classes with support for multiple schemas, per-schema middlewares, and n+1 query avoidance via dataloaders or SelectFields.
Use cases
- add a graphql api to a laravel app
- define graphql schemas in php classes instead of sdl files
- serve graphql queries and mutations in laravel
- avoid n+1 queries in graphql resolvers with eloquent
- run multiple graphql schemas with separate middlewares
When to choose
- you use Laravel and want a code-first GraphQL schema in PHP
- you need multiple schemas with per-schema middleware
- you want dataloader or SelectFields support to prevent n+1 queries
When to avoid
- you need GraphQL subscriptions or real-time push
- you prefer schema-first .graphql SDL files (consider Lighthouse)
- you are not using Laravel or a PHP backend
Facets
library · maturity active
graphql api-framework middleware routing web-development backend apis php self-hosted laravel code-first-schema eloquent dataloader webonyx-graphql-php php web-server
1 source
- readme: https://github.com/rebing/graphql-laravel · fetched 2026-08-28 · 90f63b331efd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rebing/graphql-laravel | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="rebing/graphql-laravel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem