Home
Softono

Lighthouse

Open source MIT PHP
3.5K
Stars
470
Forks
134
Issues
34
Watchers
2 months
Last Commit

 About Lighthouse

A framework for serving GraphQL from Laravel

Platforms

Web Self-hosted

Languages

Rust PHP

Need Help Installing Lighthouse?

We provide expert installation service for this software. Our team will install, configure, and secure Lighthouse on your server. plans start at just $30.

Lighthouse

View on GitHub

This repository is planned to move to spawnia/lighthouse. See the announcement for details and to share feedback.

Lighthouse

Lighthouse

A framework for serving GraphQL from Laravel.

Lighthouse is a GraphQL framework that integrates with your Laravel application. It combines the best ideas of both ecosystems. It solves common tasks with ease and offers flexibility when you need it.

Sponsors

If you make money using this project, please consider sponsoring its maintainer on GitHub Sponsors or the project on Patreon.

Documentation

The documentation lives at lighthouse-php.com.

The site includes the latest docs for each major version of Lighthouse. You can find docs for specific versions by looking at the contents of /docs/master at that point in the git history: https://github.com/nuwave/lighthouse/tree/<SPECIFIC-TAG>/docs/master.

Get Involved

Versioning

Lighthouse follows Semantic Versioning.

Only the current major version receives new features and bugfixes.

Updating between minor versions does not require changes to PHP code or the GraphQL schema. It also causes no breaking behavioral changes for consumers of the GraphQL API. However, only code elements marked with @api remain compatible. All other code in Lighthouse is internal and subject to change.

Changelog

All notable changes to this project are documented in CHANGELOG.md.

Upgrade Guide

When upgrading between major versions of Lighthouse, consider UPGRADE.md.