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

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

tracestax/laravel-tracestax
===========================

TraceStax monitoring for Laravel Queue — worker intelligence and observability for your background jobs

0.1.0(2mo ago)00MITPHPPHP &gt;=8.1

Since Apr 9Pushed 1mo agoCompare

[ Source](https://github.com/TraceStax/tracestax-laravel)[ Packagist](https://packagist.org/packages/tracestax/laravel-tracestax)[ Docs](https://tracestax.com)[ RSS](/packages/tracestax-laravel-tracestax/feed)WikiDiscussions main Synced 1w ago

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

tracestax/laravel-tracestax
===========================

[](#tracestaxlaravel-tracestax)

Worker intelligence and observability for [Laravel Queue](https://laravel.com/docs/queues).

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

[](#installation)

```
composer require tracestax/laravel-tracestax
```

The package auto-registers its service provider via Laravel's package discovery.

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

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --tag=tracestax-config
```

Add your API key to `.env`:

```
TRACESTAX_API_KEY=ts_live_your_key_here
```

### Available Environment Variables

[](#available-environment-variables)

VariableDefaultDescription`TRACESTAX_API_KEY`*(required)*Your TraceStax project API key`TRACESTAX_ENDPOINT``https://ingest.tracestax.com`Ingest API base URL`TRACESTAX_ENABLED``true`Set to `false` to disable instrumentation`TRACESTAX_FLUSH_INTERVAL``5.0`Seconds between automatic flushes`TRACESTAX_MAX_BATCH_SIZE``100`Max events per HTTP requestWhat's Monitored
----------------

[](#whats-monitored)

- Job lifecycle (start, success, failure)
- Job duration and attempt count
- Worker heartbeat on queue loop
- Error fingerprinting with exception class, message, and stack trace
- Queue and connection metadata

How It Works
------------

[](#how-it-works)

The package subscribes to Laravel's built-in queue events:

- `JobProcessing` - records the start time
- `JobProcessed` - sends a succeeded event with duration
- `JobFailed` - sends a failed event with exception details
- `Looping` - sends a worker heartbeat

Events are buffered in memory and flushed in batches via `register_shutdown_function` to avoid adding latency to your jobs.

License
-------

[](#license)

MIT

###  Health Score

33

—

LowBetter than 73% of packages

Maintenance89

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

61d ago

### Community

Maintainers

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

---

Top Contributors

[![izm1chael](https://avatars.githubusercontent.com/u/26186145?v=4)](https://github.com/izm1chael "izm1chael (1 commits)")

---

Tags

laravelmonitoringqueuejobsworkerobservability

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

88011.3M149](/packages/spatie-laravel-health)[storviaio/vantage

Vantage: Strategic queue monitoring and observability for Laravel applications.

25336.8k](/packages/storviaio-vantage)

PHPackages © 2026

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