PHPackages                             cxj/laravel-looking-glass-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. cxj/laravel-looking-glass-client

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

cxj/laravel-looking-glass-client
================================

Easy to use Laravel client for the Looking Glass monitoring application.

0.3.0(3y ago)1198[2 PRs](https://github.com/cxj/laravel-looking-glass-client/pulls)MITPHPPHP ^8.1

Since Mar 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cxj/laravel-looking-glass-client)[ Packagist](https://packagist.org/packages/cxj/laravel-looking-glass-client)[ Docs](https://github.com/cxj/laravel-looking-glass-client)[ RSS](/packages/cxj-laravel-looking-glass-client/feed)WikiDiscussions main Synced 3d ago

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

Laravel client for the Looking Glass monitoring application
===========================================================

[](#laravel-client-for-the-looking-glass-monitoring-application)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d4751b2cc67591dc5ff6aad45622b0ad126b99889bf027409591560bd9927e55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63786a2f6c61726176656c2d6c6f6f6b696e672d676c6173732d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cxj/laravel-looking-glass-client)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e7e0c5e768c6e8385c38e94e3d1ec249a636e61a0802b024208946aafcf05585/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63786a2f6c61726176656c2d6c6f6f6b696e672d676c6173732d636c69656e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/cxj/laravel-looking-glass-client/actions?query=workflow%3Arun-tests+branch%3Amain)[![StyleCI](https://camo.githubusercontent.com/ce3337fdc0a0480212e48ba212f4504820eaa51b31969a195ffa88f57bac1c08/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3630393637363434372f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/609676447?branch=main)[![Total Downloads](https://camo.githubusercontent.com/9d8324a374a963ff788ca85876c0089c176117b20f284dd04da24bed7afacd54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63786a2f6c61726176656c2d6c6f6f6b696e672d676c6173732d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cxj/laravel-looking-glass-client)

This is an easy to use Laravel client for the [Looking Glass](https://github.com/cxj/looking-glass)application status and health monitoring web application. This package makes it easy for any Laravel application to report any status or health data to Looking Glass.

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

[](#installation)

You can install the package via composer:

```
composer require cxj/laravel-looking-glass-client
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-looking-glass-client-config"
```

This is the contents of the published config file:

```
return [
    'url'    => env('LOOKING_GLASS_URL', 'localhost:8000/api/webhook'),
    'secret' => env('LOOKING_GLASS_SECRET', 'shared-secret'),
];
```

Usage
-----

[](#usage)

```
$result = Cxj\Result::make('Test message from your application');

$glass = new Cxj\LookingGlass();
$glass->transmit('Name of Test or Status', $result);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Chris Johnson](https://github.com/cxj)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~1 days

Total

3

Last Release

1216d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50b6a3c2702ebb4b00d037d1dea201f293e38e347078dd5dd9bfff970bc02095?d=identicon)[cxj](/maintainers/cxj)

---

Top Contributors

[![cxj](https://avatars.githubusercontent.com/u/446131?v=4)](https://github.com/cxj "cxj (42 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

laravelcxjlaravel-looking-glass-client

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/cxj-laravel-looking-glass-client/health.svg)

```
[![Health](https://phpackages.com/badges/cxj-laravel-looking-glass-client/health.svg)](https://phpackages.com/packages/cxj-laravel-looking-glass-client)
```

###  Alternatives

[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6454.1k](/packages/insenseanalytics-nova-server-monitor)[moesif/moesif-laravel

Moesif Collection/Data Ingestion Middleware for Laravel

1168.8k](/packages/moesif-moesif-laravel)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.6k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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