PHPackages                             szymcode/sentry-substitute - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. szymcode/sentry-substitute

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

szymcode/sentry-substitute
==========================

Package intended to replace Sentry in daily work.

1.0.0(2y ago)03PHPPHP ^8.1

Since Feb 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SzymCode/SentrySubstitute)[ Packagist](https://packagist.org/packages/szymcode/sentry-substitute)[ RSS](/packages/szymcode-sentry-substitute/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Sentry Substitute
=================

[](#sentry-substitute)

Package intended to replace Sentry in daily work. Handles errors in the web application and forwards them to the error panel. [Link to Packagist](https://packagist.org/packages/szymcode/sentry-substitute)

 🛠️ Installation
• First make sure u have installed latest version of [Composer](https://getcomposer.org/).

• Install package in your Laravel project with Composer

```
composer require szymcode/sentry-substitute

```

 ❓ Usage
• Enable capturing exceptions to report them to the error panel by making the following changes to the App/Exceptions/Handler.php file:

```
use szymcode\sentry_substitute\ErrorHandling;

public function register(): void
{
    $this->reportable(function (Throwable $e) {
        ErrorHandling::getErrorMessage($e);  // captures the error message and sends it to the /api/errors endpoint
    });
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

822d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69eae6e11d6f6842cffd89f72aab0e2df6f64f5df4b82fa0a716d09a0fec2e94?d=identicon)[SzymCode](/maintainers/SzymCode)

---

Top Contributors

[![SzymCode](https://avatars.githubusercontent.com/u/107359025?v=4)](https://github.com/SzymCode "SzymCode (5 commits)")

### Embed Badge

![Health badge](/badges/szymcode-sentry-substitute/health.svg)

```
[![Health](https://phpackages.com/badges/szymcode-sentry-substitute/health.svg)](https://phpackages.com/packages/szymcode-sentry-substitute)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M210](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M858](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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