PHPackages                             searchlight/searchlight - 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. searchlight/searchlight

ActiveLibrary[API Development](/categories/api)

searchlight/searchlight
=======================

Searchkit GraphQL support for Lighthouse

v1.0.1(3y ago)222MITPHP

Since Sep 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/McManning/searchlight)[ Packagist](https://packagist.org/packages/searchlight/searchlight)[ RSS](/packages/searchlight-searchlight/feed)WikiDiscussions main Synced 2d ago

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

Searchlight
===========

[](#searchlight)

[![example workflow](https://github.com/mcmanning/searchlight/actions/workflows/ci.yml/badge.svg)](https://github.com/mcmanning/searchlight/actions/workflows/ci.yml/badge.svg)

[Searchkit](https://www.searchkit.co/) compatible GraphQL API extensions for applications built with [Lighthouse PHP](https://lighthouse-php.com/).

Requirements
------------

[](#requirements)

- PHP ^7.4, ^8
- [Lighthouse PHP](https://lighthouse-php.com/) ^5

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

[](#installation)

Install the package via Composer:

```
composer require searchlight/searchlight
```

This package uses Laravel auto-discovery to register the service provider.

Publish a copy of the configuration file to your local config:

```
php artisan vendor:publish --provider="Searchlight\SearchlightServiceProvider"
```

### Lumen

[](#lumen)

You can register the service provider in `bootstrap/app.php`:

```
$app->register(Searchlight\SearchlightServiceProvider::class);
```

To change the configuration, copy `searchlight.example.php` the file to your config folder and enable it:

```
$app->configure('searchlight');
```

Configuration
-------------

[](#configuration)

🐌

Usage
-----

[](#usage)

🐌

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

[](#contributing)

PRs welcome for additional compatibility with Searchkit or bug fixes. Or if you have a cool idea, let me know!

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

[](#security-vulnerabilities)

If you discover a security vulnerability within Searchlight, please send an email to .

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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 ~0 days

Total

2

Last Release

1383d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b2687480bdb31b623463733b59883a8d415bab44e6021e641c1a0da8bb3280ed?d=identicon)[McManning](/maintainers/McManning)

---

Top Contributors

[![McManning](https://avatars.githubusercontent.com/u/1057607?v=4)](https://github.com/McManning "McManning (50 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (2 commits)")

---

Tags

graphqllaravellighthouse-phpphpsearchkit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/searchlight-searchlight/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[joselfonseca/lighthouse-graphql-passport-auth

Add GraphQL types and mutations for login and recover password functionalities

233804.5k1](/packages/joselfonseca-lighthouse-graphql-passport-auth)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[yakovenko/laravel-lighthouse-graphql-multi-schema

A Laravel package that provides multi-schema support for Lighthouse GraphQL.

16134.5k](/packages/yakovenko-laravel-lighthouse-graphql-multi-schema)

PHPackages © 2026

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