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 today

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 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

876d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M280](/packages/illuminate-pipeline)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[illuminate/redis

The Illuminate Redis package.

8314.6M373](/packages/illuminate-redis)

PHPackages © 2026

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