PHPackages                             cceo-developer/catchr-sdk - 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. cceo-developer/catchr-sdk

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

cceo-developer/catchr-sdk
=========================

Global error catcher for Laravel apps (Catchr).

v1.0.2(1mo ago)029proprietaryPHPPHP ^8.2

Since Mar 20Pushed 1mo agoCompare

[ Source](https://github.com/cceo-developer/catchr-php-sdk)[ Packagist](https://packagist.org/packages/cceo-developer/catchr-sdk)[ RSS](/packages/cceo-developer-catchr-sdk/feed)WikiDiscussions develop Synced 3w ago

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

CATCHR
======

[](#catchr)

Catchr (Laravel) — Error Reporting Package
------------------------------------------

[](#catchr-laravel--error-reporting-package)

Catchr is a Laravel package that intercepts exceptions, monitoring queue jobs and logs globally and reports them to one or more HTTP endpoints (webhooks/APIs). It includes sanitization of sensitive data, HTTP/Server/DB context, and deduplication (to prevent spam when the same error is repeated).

### Features

[](#features)

- **Global Exception Capture**: Intercepts all unhandled exceptions.
- **Queue Job Monitoring**: Automatically tracks job processing, success, and failures.
- **Log Reporting**: Forwards application logs to your configured endpoints.
- **Multi-endpoint Support**: Send data to multiple URLs simultaneously.
- **Rich Payload**:
    - Exception details (type, message, file, line, trace).
    - HTTP context (method, URL, parameters, sanitized headers, server).
    - DB context for `QueryException` (connection and SQL).
    - Authenticated user information.
- **Security &amp; Privacy**: Automatically redacts sensitive headers and keys (e.g., `authorization`, `passwords`, `tokens`).
- **Persistent Deduplication**: Prevents notification storms by caching repeated errors within a configurable TTL.

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

[](#installation)

You can install the package via composer:

```
composer require cceo-developer/catchr-sdk
```

You can publish the config file with:

```
php artisan vendor:publish --tag="catchr-config"
```

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

[](#configuration)

### Exceptions

[](#exceptions)

Capture and report exceptions globally.

- `CATCHR_EXCEPTION_ENABLED`: Enable/disable exception reporting (default: `true`).
- `CATCHR_EXCEPTION_ENDPOINTS`: Comma-separated list of URLs to report exceptions.
- `CATCHR_EXCEPTION_DEDUPE_ENABLED`: Enable/disable deduplication (default: `true`).

### Queue Jobs

[](#queue-jobs)

Monitor your background jobs lifecycle.

- `CATCHR_QUEUE_ENABLED`: Enable/disable queue monitoring (default: `true`).
- `CATCHR_QUEUE_REPORT_PROCESSING`: Report when a job starts (default: `true`).
- `CATCHR_QUEUE_REPORT_PROCESSED`: Report when a job finishes successfully (default: `true`).
- `CATCHR_QUEUE_REPORT_FAILED`: Report when a job fails (default: `true`).
- `CATCHR_QUEUE_ENDPOINTS`: Comma-separated list of URLs for job reports.

### Logs

[](#logs)

Forward your application logs to external services.

- `CATCHR_LOG_ENABLED`: Enable/disable log reporting (default: `true`).
- `CATCHR_LOG_ENDPOINTS`: Comma-separated list of URLs for log reports.

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

[](#requirements)

- PHP: 8.2+
- Laravel: 10 | 11 | 12

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance89

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% 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 ~20 days

Total

3

Last Release

54d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93918d3e3124ce5aca4ccd031f13000334bbd0e8be8699eed2412b3342495886?d=identicon)[cceo](/maintainers/cceo)

---

Top Contributors

[![KevinMachainITA](https://avatars.githubusercontent.com/u/144722077?v=4)](https://github.com/KevinMachainITA "KevinMachainITA (49 commits)")[![cesarureno](https://avatars.githubusercontent.com/u/1313729?v=4)](https://github.com/cesarureno "cesarureno (22 commits)")[![cceo-developer](https://avatars.githubusercontent.com/u/115061584?v=4)](https://github.com/cceo-developer "cceo-developer (5 commits)")[![JulioGa1011](https://avatars.githubusercontent.com/u/5355902?v=4)](https://github.com/JulioGa1011 "JulioGa1011 (1 commits)")

### Embed Badge

![Health badge](/badges/cceo-developer-catchr-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/cceo-developer-catchr-sdk/health.svg)](https://phpackages.com/packages/cceo-developer-catchr-sdk)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M152](/packages/spatie-laravel-health)[illuminate/log

The Illuminate Log package.

6225.0M601](/packages/illuminate-log)[spatie/laravel-flare

Send Laravel errors to Flare

111.2M6](/packages/spatie-laravel-flare)

PHPackages © 2026

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