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

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

marcopollacci/sentryexpressive
==============================

Utility to connect Zend Expressive Framework to Sentry

1.0(6y ago)090MITPHPPHP ^7.1

Since Jun 19Pushed 6y ago1 watchersCompare

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

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

[![Build Status](https://camo.githubusercontent.com/2178457d3e7002e73eab03b27c4c53e1a0aa50672e10be3e6554ac14403753d1/68747470733a2f2f7472617669732d63692e6f72672f6d6172636f706f6c6c616363692f73656e747279657870726573736976652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/marcopollacci/sentryexpressive) [![Maintainability](https://camo.githubusercontent.com/c43f9c28ab0a19b445066c30b1969cefc154fba9d6d92f099ef2e3ca2007248b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f33613237393130626666663037356230313439342f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/marcopollacci/sentryexpressive/maintainability) [![Latest Stable Version](https://camo.githubusercontent.com/65fe60fa50fef34b9c53a1c86b86c32d1df77c0be070b3eb716f2634d8fe89ac/68747470733a2f2f706f7365722e707567782e6f72672f6d6172636f706f6c6c616363692f73656e747279657870726573736976652f762f737461626c65)](https://packagist.org/packages/marcopollacci/sentryexpressive) [![Total Downloads](https://camo.githubusercontent.com/76af92aa12a69451a67e1257929ee8fb144ef816b298aad1b69247d1aac03ea7/68747470733a2f2f706f7365722e707567782e6f72672f6d6172636f706f6c6c616363692f73656e747279657870726573736976652f646f776e6c6f616473)](https://packagist.org/packages/marcopollacci/sentryexpressive) [![License](https://camo.githubusercontent.com/3b60f665ef7bbf29f3c6baef55f89b8c2a3e79f4eed581668b1ee864518dac67/68747470733a2f2f706f7365722e707567782e6f72672f6d6172636f706f6c6c616363692f73656e747279657870726573736976652f6c6963656e7365)](https://packagist.org/packages/marcopollacci/sentryexpressive) [![composer.lock](https://camo.githubusercontent.com/34c884062cefe2286d8e3dfe3a166800da079e20279464195e47a708da67c2c0/68747470733a2f2f706f7365722e707567782e6f72672f6d6172636f706f6c6c616363692f73656e747279657870726573736976652f636f6d706f7365726c6f636b)](https://packagist.org/packages/marcopollacci/sentryexpressive)

[![Average time to resolve an issue](https://camo.githubusercontent.com/61ac09847d286e98bfd9042bbc9a7fc805a2c152abdd888ea2ba66afdaf243c8/687474703a2f2f697369746d61696e7461696e65642e636f6d2f62616467652f7265736f6c7574696f6e2f6d6172636f706f6c6c616363692f73656e747279657870726573736976652e737667)](http://isitmaintained.com/project/marcopollacci/sentryexpressive "Average time to resolve an issue") [![Percentage of issues still open](https://camo.githubusercontent.com/45cdbf503b40fe6d18b1445933b8ddbdb18d84db84f9cbb4100772c174b07596/687474703a2f2f697369746d61696e7461696e65642e636f6d2f62616467652f6f70656e2f6d6172636f706f6c6c616363692f73656e747279657870726573736976652e737667)](http://isitmaintained.com/project/marcopollacci/sentryexpressive "Percentage of issues still open")

Sentry Delegator for Zend Expressive Framework
==============================================

[](#sentry-delegator-for-zend-expressive-framework)

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

[](#install-by-composer)

```
composer require marcopollacci/sentryexpressive

```

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

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

2522d ago

Major Versions

0.1 → 1.02019-06-19

### 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 (6 commits)")

---

Tags

phpzendsentryzend-expressivemarcopollaccize

### Embed Badge

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

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

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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