PHPackages                             visualbox/sentinel - 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. visualbox/sentinel

ActiveLibrary

visualbox/sentinel
==================

Official Laravel agent for Sentinel. Batched telemetry for the VisualBox observability platform.

00PHP

Since Aug 9Pushed todayCompare

[ Source](https://github.com/VBS-CodeWare/sentinel)[ Packagist](https://packagist.org/packages/visualbox/sentinel)[ RSS](/packages/visualbox-sentinel/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Sentinel
========

[](#sentinel)

Official Laravel agent for Sentinel by VisualBox Solutions.

Composer package: `visualbox/sentinel`

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

[](#installation)

```
composer require visualbox/sentinel
php artisan sentinel:install
```

Configure `.env`:

```
SENTINEL_ENABLED=true
SENTINEL_TOKEN=sent_live_xxxxx
SENTINEL_ENDPOINT=https://your-sentinel-host
SENTINEL_SAMPLE_RATE=1.0
```

`SENTINEL_ENDPOINT` is the URL of your Sentinel instance (for example `https://sentinel.example.com`).

Features (MVP)
--------------

[](#features-mvp)

- Collectors: requests, queries, exceptions, queue jobs
- Trace context (`trace_id`, `span_id`, `parent_span_id`)
- Payload redaction (passwords, tokens, headers)
- Sampling with retention of exceptions, failures, and slow requests
- Batched buffer with gzip HTTP transport to `/api/v1/telemetry`
- Retry/backoff and circuit breaker
- Heartbeat to `/api/v1/heartbeat`
- `sentinel:status` command

Development
-----------

[](#development)

```
composer install
composer test
```

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7ba0ed250f90bc167f16fb3e505415a6369c12f34a8eba12d4e4f0c871c8d4f?d=identicon)[ruben\_tjok](/maintainers/ruben_tjok)

---

Top Contributors

[![Ruben-Tjok](https://avatars.githubusercontent.com/u/42936268?v=4)](https://github.com/Ruben-Tjok "Ruben-Tjok (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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