PHPackages                             ucase-dev/lighthouse - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ucase-dev/lighthouse

ActiveLibrary[API Development](/categories/api)

ucase-dev/lighthouse
====================

A framework for serving GraphQL from Laravel

v4.16.3(5y ago)04MITPHPPHP &gt;= 7.1

Since May 29Pushed 5y agoCompare

[ Source](https://github.com/ucase-dev/lighthouse)[ Packagist](https://packagist.org/packages/ucase-dev/lighthouse)[ Docs](https://lighthouse-php.com)[ GitHub Sponsors](https://github.com/spawnia)[ Fund](https://issuehunt.io/r/nuwave/lighthouse)[ RSS](/packages/ucase-dev-lighthouse/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (26)Versions (154)Used By (0)

 [ ![lighthouse-logo"](./logo.png) ](https://www.lighthouse-php.com)

Lighthouse
==========

[](#lighthouse)

[![Continuous Integration](https://github.com/nuwave/lighthouse/workflows/Continuous%20Integration/badge.svg)](https://github.com/nuwave/lighthouse/actions)[![Code Coverage](https://camo.githubusercontent.com/ebc378674e68c6bc4eb1bc3d09747bf662055522523f9a250a0c6af7e2d2676e/68747470733a2f2f636f6465636f762e696f2f67682f6e75776176652f6c69676874686f7573652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/nuwave/lighthouse)[![PHPStan](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)[![StyleCI](https://camo.githubusercontent.com/9873d12e0320bc1c3d7719ec3a3baf4329a1313312ad4a3688ac64984e35e268/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f35393936353130342f736869656c643f6272616e63683d6d6173746572267374796c653d666c6174)](https://github.styleci.io/repos/59965104)

[![Packagist](https://camo.githubusercontent.com/fc821cfb8ea721bf47cc6c112390d541e652c4b22b172e8184751112f5f91ea7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e75776176652f6c69676874686f7573652e737667)](https://packagist.org/packages/nuwave/lighthouse)[![Latest Stable Version](https://camo.githubusercontent.com/0c2e9fc801673c93dde5b5d0ef68856e9111f786d7d85f9a129140d69ebb09b3/68747470733a2f2f706f7365722e707567782e6f72672f6e75776176652f6c69676874686f7573652f762f737461626c65)](https://packagist.org/packages/nuwave/lighthouse)[![GitHub license](https://camo.githubusercontent.com/591527e725ec7af1e740ac5217ed05f93bdc2cc8a8e9d8089fe7f6bd67ef7be2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e75776176652f6c69676874686f7573652e737667)](https://github.com/nuwave/lighthouse/blob/master/LICENSE)

[![Ask on Stack Overflow](https://camo.githubusercontent.com/6645b6a7e87654ce61b599974900106169c015dd419640e9f6ab911911d3f505/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537461636b4f766572666c6f772d61736b2d6f72616e67652e737667)](https://stackoverflow.com/questions/tagged/laravel-lighthouse)[![Get on Slack](https://camo.githubusercontent.com/24e606112cb9f098ac534dc9cba32c6d8b3b6a520b3b05d2ef24a4b0fe26df28/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536c61636b2d6a6f696e2d626c756576696f6c65742e737667)](https://join.slack.com/t/lighthouse-php/shared_invite/enQtMzc1NzQwNTUxMjk3LWMyZWRiNWFmZGUxZmRlNDJkMTQ2ZDA1NzQ1YjVkNTdmNWE1OTUyZjZiN2I2ZGQxNTNiZTZiY2JlNmY2MGUyNTQ)

**A framework for serving GraphQL from Laravel**

Lighthouse is a GraphQL framework that integrates with your Laravel application. It takes the best ideas of both and combines them to solve common tasks with ease and offer flexibility when you need it.

Documentation
-------------

[](#documentation)

The documentation lives at [lighthouse-php.com](https://lighthouse-php.com/).

A chinese translation is available at [lighthouse-php.cn](http://lighthouse-php.cn/) and is maintained over at .

Get involved
------------

[](#get-involved)

- Have a question? [Use the laravel-lighthouse tag on Stack Overflow](https://stackoverflow.com/questions/tagged/laravel-lighthouse)
- Talk to other users? [Hop into Slack](https://join.slack.com/t/lighthouse-php/shared_invite/enQtMzc1NzQwNTUxMjk3LWMyZWRiNWFmZGUxZmRlNDJkMTQ2ZDA1NzQ1YjVkNTdmNWE1OTUyZjZiN2I2ZGQxNTNiZTZiY2JlNmY2MGUyNTQ)
- Found a bug? [Report a bug](https://github.com/nuwave/lighthouse/issues/new?template=bug_report.md)
- Have an idea? [Propose a feature](https://github.com/nuwave/lighthouse/issues/new?template=feature_proposal.md)
- Want to improve Lighthouse? [Read our contribution guidelines](https://github.com/nuwave/lighthouse/blob/master/CONTRIBUTING.md)

Changelog
---------

[](#changelog)

All notable changes to this project are documented in [`CHANGELOG.md`](CHANGELOG.md).

Upgrade Guide
-------------

[](#upgrade-guide)

When upgrading between major versions of Lighthouse, consider [`UPGRADE.MD`](UPGRADE.md).

Contributing
------------

[](#contributing)

We welcome contributions of any kind, see how in [`CONTRIBUTING.md`](CONTRIBUTING.md).

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within Lighthouse, please email Benedikt Franke via or visit .

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 51.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Recently: every ~4 days

Total

146

Last Release

2079d ago

Major Versions

v2.6.3 → v3.0-alpha.12019-01-06

v2.6.4 → v3.0-alpha.22019-02-27

3.x-dev → v4.0-alpha.12019-05-29

v4.16.1 → v5.0-alpha.12020-08-18

v4.16.3 → v5.0-alpha.32020-09-07

PHP version history (4 changes)v1.0.1PHP &gt;=5.5.9

v2.2-alpha.1PHP &gt;= 7.0

v3.0-alpha.1PHP &gt;= 7.1

v5.0-alpha.1PHP &gt;= 7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f06417d346331422a76bb8da4506b268bee38ab0707445529238664ca4bbb47?d=identicon)[zorca](/maintainers/zorca)

---

Top Contributors

[![spawnia](https://avatars.githubusercontent.com/u/12158000?v=4)](https://github.com/spawnia "spawnia (1311 commits)")[![chrissm79](https://avatars.githubusercontent.com/u/1976169?v=4)](https://github.com/chrissm79 "chrissm79 (720 commits)")[![lucasmichot](https://avatars.githubusercontent.com/u/513603?v=4)](https://github.com/lucasmichot "lucasmichot (117 commits)")[![alberthaff](https://avatars.githubusercontent.com/u/3864165?v=4)](https://github.com/alberthaff "alberthaff (82 commits)")[![olivernybroe](https://avatars.githubusercontent.com/u/5870441?v=4)](https://github.com/olivernybroe "olivernybroe (55 commits)")[![yaquawa](https://avatars.githubusercontent.com/u/13927101?v=4)](https://github.com/yaquawa "yaquawa (43 commits)")[![liepaja](https://avatars.githubusercontent.com/u/16129911?v=4)](https://github.com/liepaja "liepaja (29 commits)")[![JasonTheAdams](https://avatars.githubusercontent.com/u/2024145?v=4)](https://github.com/JasonTheAdams "JasonTheAdams (23 commits)")[![4levels](https://avatars.githubusercontent.com/u/202812?v=4)](https://github.com/4levels "4levels (16 commits)")[![stayallive](https://avatars.githubusercontent.com/u/1090754?v=4)](https://github.com/stayallive "stayallive (14 commits)")[![lorado](https://avatars.githubusercontent.com/u/4480983?v=4)](https://github.com/lorado "lorado (13 commits)")[![hosmelq](https://avatars.githubusercontent.com/u/1166143?v=4)](https://github.com/hosmelq "hosmelq (12 commits)")[![robsontenorio](https://avatars.githubusercontent.com/u/118955?v=4)](https://github.com/robsontenorio "robsontenorio (11 commits)")[![oozman](https://avatars.githubusercontent.com/u/2807969?v=4)](https://github.com/oozman "oozman (10 commits)")[![enzonotario](https://avatars.githubusercontent.com/u/10469299?v=4)](https://github.com/enzonotario "enzonotario (10 commits)")[![georgeboot](https://avatars.githubusercontent.com/u/884482?v=4)](https://github.com/georgeboot "georgeboot (10 commits)")[![Zn4rK](https://avatars.githubusercontent.com/u/873043?v=4)](https://github.com/Zn4rK "Zn4rK (8 commits)")[![eriktisme](https://avatars.githubusercontent.com/u/6114231?v=4)](https://github.com/eriktisme "eriktisme (8 commits)")[![hailwood](https://avatars.githubusercontent.com/u/709773?v=4)](https://github.com/hailwood "hailwood (7 commits)")[![omacranger](https://avatars.githubusercontent.com/u/3063830?v=4)](https://github.com/omacranger "omacranger (6 commits)")

---

Tags

laravelgraphqllaravel-graphql

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ucase-dev-lighthouse/health.svg)

```
[![Health](https://phpackages.com/badges/ucase-dev-lighthouse/health.svg)](https://phpackages.com/packages/ucase-dev-lighthouse)
```

###  Alternatives

[nuwave/lighthouse

A framework for serving GraphQL from Laravel

3.5k10.7M93](/packages/nuwave-lighthouse)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k49.4M479](/packages/laravel-scout)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
