PHPackages                             buoy/lighthouse-fairway - 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. buoy/lighthouse-fairway

ActiveLibrary[API Development](/categories/api)

buoy/lighthouse-fairway
=======================

Adding Fairway-compliance to the Lighthouse GraphQL server for Laravel

v0.2.0(2y ago)113.6k[2 issues](https://github.com/buoy-graphql/lighthouse-fairway/issues)MITPHPPHP ^8.2

Since Jan 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/buoy-graphql/lighthouse-fairway)[ Packagist](https://packagist.org/packages/buoy/lighthouse-fairway)[ Docs](https://ngx-buoy.com)[ RSS](/packages/buoy-lighthouse-fairway/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Lighthouse Fairway
==================

[](#lighthouse-fairway)

This extension brings [Fairway](https://github.com/buoy-graphql/fairway-spec)-compatibility to [Lighthouse](https://lighthouse-php.com), which makes it fully compatible with the [Buoy-client](https://ngx-buoy.com).

Installation
------------

[](#installation)

```
composer require buoy/lighthouse-fairway
```

Then publish the configuration.

```
php artisan vendor:publish --tag=lighthouse-fairway-config
```

Then create the class that will handle authorization and filtering for your subscriptions:

```
