Package Data | |
---|---|
Maintainer Username: | chrissm79 |
Maintainer Contact: | chris@nuwavecommerce.com (Christopher Moore) |
Package Create Date: | 2016-05-29 |
Package Last Update: | 2024-11-18 |
Home Page: | https://lighthouse-php.com |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:21:54 |
Package Statistics | |
---|---|
Total Downloads: | 7,233,998 |
Monthly Downloads: | 168,586 |
Daily Downloads: | 7,456 |
Total Stars: | 3,368 |
Total Watchers: | 38 |
Total Forks: | 438 |
Total Open Issues: | 125 |
GraphQL Server for Laravel
Lighthouse is a PHP package that allows you to serve a GraphQL endpoint from your Laravel application. It greatly reduces the boilerplate required to create a schema, it integrates well with any Laravel project, and it's highly customizable giving you full control over your data.
The documentation lives at lighthouse-php.com.
If you like reading plain markdown, you can also find the source files in the docs folder.
If you have an existing Laravel project, all you really need to get up and running is a few steps:
composer require nuwave/lighthouse
php artisan vendor:publish --provider="Nuwave\Lighthouse\LighthouseServiceProvider" --tag=schema
Check out the docs to learn more.
We welcome contributions of any kind.