PHPackages                             internexus/watcher-laravel - 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. internexus/watcher-laravel

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

internexus/watcher-laravel
==========================

PHP code execution monitoring package for Laravel

0.0.2(5y ago)065MITPHPPHP ^7.0|^8.0

Since Apr 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/internexus/watcher-laravel)[ Packagist](https://packagist.org/packages/internexus/watcher-laravel)[ RSS](/packages/internexus-watcher-laravel/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

Internexus Watcher
==================

[](#internexus-watcher)

PHP code execution monitoring package for Laravel.

### Install

[](#install)

```
composer require internexus/watcher-laravel

```

#### Publish config

[](#publish-config)

```
php artisan vendor:publish --provider="Internexus\WatcherLaravel\WatcherServiceProvider"

```

#### Middleware

[](#middleware)

Attach the WebMonitoringMiddleware on `app/Http/Kernel.php`:

```
/**
 * The application's route middleware groups.
 *
 * @var array
 */
protected $middlewareGroups = [
    'web' => [
        ...,
        \Internexus\WatcherLaravel\Middleware\WebRequestMonitoring::class,
    ],

    'api' => [
        ...,
        \Internexus\WatcherLaravel\Middleware\WebRequestMonitoring::class,
    ]
```

#### For Lumen

[](#for-lumen)

```
$app->register(\Internexus\WatcherLaravel\WatcherServiceProvider::class);
```

### Configure the .env variable

[](#configure-the-env-variable)

```
WATCHER_API_KEY=[project token]

```

#### Check your environment

[](#check-your-environment)

```
php artisan watcher:test

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~12 days

Total

2

Last Release

1906d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7015206?v=4)[Nícolas Huber](/maintainers/nicolashuber)[@nicolashuber](https://github.com/nicolashuber)

---

Top Contributors

[![nicolashuber](https://avatars.githubusercontent.com/u/7015206?v=4)](https://github.com/nicolashuber "nicolashuber (7 commits)")

---

Tags

laravelmonitoringphpphplaravelmonitoringexceptionerror-handlercode execution

### Embed Badge

![Health badge](/badges/internexus-watcher-laravel/health.svg)

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

###  Alternatives

[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14845.8k1](/packages/guanguans-laravel-exception-notify)[nightowl/agent

NightOwl monitoring agent — collects telemetry from laravel/nightwatch and writes to PostgreSQL

771.7k](/packages/nightowl-agent)[lucianotonet/laravel-telescope-mcp

MCP Server extension for Laravel Telescope

2027.2k](/packages/lucianotonet-laravel-telescope-mcp)[ucan-lab/laravel-blink-logger

Comprehensive Logging Tool for Laravel.

138.0k](/packages/ucan-lab-laravel-blink-logger)

PHPackages © 2026

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