PHPackages                             marcopollacci/mezzio-sentrydelegator - 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. marcopollacci/mezzio-sentrydelegator

ActiveLibrary

marcopollacci/mezzio-sentrydelegator
====================================

Utility to connect Mezzio to Sentry

1.0.1(6y ago)0223MITPHPPHP ^7.3

Since Jan 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/marcopollacci/mezzio-sentrydelegator)[ Packagist](https://packagist.org/packages/marcopollacci/mezzio-sentrydelegator)[ Docs](https://www.marcopollacci.it)[ RSS](/packages/marcopollacci-mezzio-sentrydelegator/feed)WikiDiscussions master Synced 2d ago

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

[![Build Status](https://camo.githubusercontent.com/0116047415e1f64dcbd25ce8040b5b588ac5309b73cb6eab14a456e0fb8ee518/68747470733a2f2f7472617669732d63692e6f72672f6d6172636f706f6c6c616363692f2f6d657a7a696f2d73656e74727964656c656761746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/marcopollacci//mezzio-sentrydelegator) [![Maintainability](https://camo.githubusercontent.com/a01030b293e676d80561e005d3f3dab526866ce89116893f8064556911aa6a8f/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64626539366537663632323133336461613761382f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/marcopollacci/mezzio-sentrydelegator/maintainability) [![Latest Stable Version](https://camo.githubusercontent.com/73280660ca337abdb9193899d6a443c790e379f63fb656154891c74bbd0df8e7/68747470733a2f2f706f7365722e707567782e6f72672f6d6172636f706f6c6c616363692f6d657a7a696f2d73656e74727964656c656761746f722f762f737461626c65)](https://packagist.org/packages/marcopollacci/mezzio-sentrydelegator) [![Total Downloads](https://camo.githubusercontent.com/289ed06df0343fa31ce5b88df128115affde5f86c523fc1e9281fb24bc95bfc6/68747470733a2f2f706f7365722e707567782e6f72672f6d6172636f706f6c6c616363692f6d657a7a696f2d73656e74727964656c656761746f722f646f776e6c6f616473)](https://packagist.org/packages/marcopollacci/mezzio-sentrydelegator) [![License](https://camo.githubusercontent.com/641f8f8bcec1d14334735718f94872497146c6dc598f54d58c2d5e4c860604b4/68747470733a2f2f706f7365722e707567782e6f72672f6d6172636f706f6c6c616363692f6d657a7a696f2d73656e74727964656c656761746f722f6c6963656e7365)](https://packagist.org/packages/marcopollacci/mezzio-sentrydelegator) [![composer.lock](https://camo.githubusercontent.com/c5d416ca603e0dff4adc7115c0c25e4547beee950028df205f6c8ee1bb03469d/68747470733a2f2f706f7365722e707567782e6f72672f6d6172636f706f6c6c616363692f6d657a7a696f2d73656e74727964656c656761746f722f636f6d706f7365726c6f636b)](https://packagist.org/packages/marcopollacci/mezzio-sentrydelegator)

[![Average time to resolve an issue](https://camo.githubusercontent.com/544596314fd64970a2bf8aac517b38f0a606d5bf81465a7e47d65ffc242d8663/687474703a2f2f697369746d61696e7461696e65642e636f6d2f62616467652f7265736f6c7574696f6e2f6d6172636f706f6c6c616363692f6d657a7a696f2d73656e74727964656c656761746f722e737667)](http://isitmaintained.com/project/marcopollacci/mezzio-sentrydelegator "Average time to resolve an issue") [![Percentage of issues still open](https://camo.githubusercontent.com/898cdfe7dbe12eb07cad1821ae3cf69fa1436c350dce2b4b3af60f8b65800e47/687474703a2f2f697369746d61696e7461696e65642e636f6d2f62616467652f6f70656e2f6d6172636f706f6c6c616363692f6d657a7a696f2d73656e74727964656c656761746f722e737667)](http://isitmaintained.com/project/marcopollacci/mezzio-sentrydelegator "Percentage of issues still open")

Sentry Delegator for Mezzio - Lamisas Framework
===============================================

[](#sentry-delegator-for-mezzio---lamisas-framework)

Install by Composer
-------------------

[](#install-by-composer)

```
composer require marcopollacci/mezzio-sentrydelegator

```

Usage
-----

[](#usage)

1. Set at your config file with sentry token and dsn (if no config given, no exception send to sentry). Es:

```
return [
    'sentry' => [
        'dsn' => 'https://>/',
        'environment' => 'produzione' #optional
    ]
];
```

2. Enjoy it :D!

Additional usage in try / catch statament
-----------------------------------------

[](#additional-usage-in-try--catch-statament)

Code Example

```
        try {
            throw new \Exception('something');
        }catch(\Exception $e){
            \Sentry\captureException($e);
            /* something else you want */
        }
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~0 days

Total

2

Last Release

2305d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0110f7a4eb383cffd022a5838411eb3c658832ed001bd9b838b4bff0687e458d?d=identicon)[marcopollacci](/maintainers/marcopollacci)

---

Top Contributors

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

---

Tags

phplaminassentrymezziomarcopollacci

### Embed Badge

![Health badge](/badges/marcopollacci-mezzio-sentrydelegator/health.svg)

```
[![Health](https://phpackages.com/badges/marcopollacci-mezzio-sentrydelegator/health.svg)](https://phpackages.com/packages/marcopollacci-mezzio-sentrydelegator)
```

###  Alternatives

[laminas/laminas-httphandlerrunner

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.

7017.9M205](/packages/laminas-laminas-httphandlerrunner)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[facile-it/sentry-module

This module allows integration of Sentry Client into laminas and mezzio

19372.5k](/packages/facile-it-sentry-module)[mezzio/mezzio-authentication

Authentication middleware for Mezzio and PSR-7 applications

121.6M26](/packages/mezzio-mezzio-authentication)[minbaby/hyperf-sentry

1926.7k](/packages/minbaby-hyperf-sentry)

PHPackages © 2026

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