PHPackages                             jackal/lighthouse-client - 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. jackal/lighthouse-client

AbandonedArchivedLibrary[API Development](/categories/api)

jackal/lighthouse-client
========================

v0.1.2(6y ago)040PHPPHP &gt;=7.1

Since Mar 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lucajackal85/LighthouseClient)[ Packagist](https://packagist.org/packages/jackal/lighthouse-client)[ RSS](/packages/jackal-lighthouse-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (6)Versions (4)Used By (0)

LighthouseClient
================

[](#lighthouseclient)

[![Latest Stable Version](https://camo.githubusercontent.com/17edbb70ff35d5a19de992f6cde0ddb7da032b7dfa2f0c2c5d05fa5bea17e2f5/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f6c69676874686f7573652d636c69656e742f762f737461626c65)](https://packagist.org/packages/jackal/lighthouse-client)[![Total Downloads](https://camo.githubusercontent.com/91d14bd7ef5d04f43fe9ce34fe4161c3818577abac9b43a2483ee1e91a7a94dd/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f6c69676874686f7573652d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/jackal/lighthouse-client)[![Latest Unstable Version](https://camo.githubusercontent.com/eac90eacbb7b1ef41598c481389c9cd40fa4dc2e22f954b7256fa523ae69d7bf/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f6c69676874686f7573652d636c69656e742f762f756e737461626c65)](https://packagist.org/packages/jackal/lighthouse-client)[![License](https://camo.githubusercontent.com/b546b70972da95fdefb71e1854fc980adf9c374d273c763c41774f91d93de0bd/68747470733a2f2f706f7365722e707567782e6f72672f6a61636b616c2f6c69676874686f7573652d636c69656e742f6c6963656e7365)](https://packagist.org/packages/jackal/lighthouse-client)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fb61a2dd8ceb02b17c54fa0ed33de4a3ff6f1ba3ce5621335a911876cb4bc7e1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c7563616a61636b616c38352f4c69676874686f757365436c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lucajackal85/LighthouseClient/?branch=master)[![Build Status](https://camo.githubusercontent.com/fc1521ff459ce61a769c7f2ac01d1dd54ced094e3a56daab44dcac74590e364f/68747470733a2f2f7472617669732d63692e6f72672f6c7563616a61636b616c38352f4c69676874686f757365436c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lucajackal85/LighthouseClient)

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

[](#requirements)

To run, this package needs [lighthouse](https://www.npmjs.com/package/lighthouse) installed on your system

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

[](#installation)

```
composer require jackal/lighthouse-client

```

Usage
-----

[](#usage)

```
require_once __DIR__ . '/vendor/autoload.php';

$client = new \Jackal\Lighthouse\LighthouseClient([
    'path' => __DIR__ . '/output.json',
    'interactive' => false,
]);

$result = $client->run('https://www.google.com/');

echo "\n";
echo 'Performance: ' . $result->getPerformance() . "\n";
echo 'Accessibility: ' . $result->getAccessibility() . "\n";
echo 'Best Practices: ' . $result->getBestPractices() . "\n";
echo 'SEO: ' . $result->getSEO() . "\n";
echo 'Progressive app: ' . $result->getProgressiveWebApp() . "\n";

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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 ~4 days

Total

3

Last Release

2278d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13db4a2702d54af2cbbce04c934f80cddd423fc7a8ad12124cae6459b39e3a05?d=identicon)[lucajackal85](/maintainers/lucajackal85)

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jackal-lighthouse-client/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M717](/packages/sylius-sylius)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M526](/packages/shopware-core)[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k58](/packages/open-dxp-opendxp)[keboola/storage-api-client

Keboola Storage API PHP Client

10397.4k31](/packages/keboola-storage-api-client)

PHPackages © 2026

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