PHPackages                             linkorb/silex-provider-sentry - 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. linkorb/silex-provider-sentry

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

linkorb/silex-provider-sentry
=============================

Provides a SentryService wrapper around the Sentry client.

v1.0.0(8y ago)024MITPHP

Since Dec 16Pushed 8y ago2 watchersCompare

[ Source](https://github.com/linkorb/silex-provider-sentry)[ Packagist](https://packagist.org/packages/linkorb/silex-provider-sentry)[ RSS](/packages/linkorb-silex-provider-sentry/feed)WikiDiscussions master Synced 2w ago

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

linkorb/silex-provider-sentry
=============================

[](#linkorbsilex-provider-sentry)

Provides a service which wraps Sentry's `Raven_Client`.

Consumers of the service may use the `sendException` method which immediately sends the exception to the configured instance of Sentry. There is also the `queueException` method which queues exceptions for later sending after the `KernelEvents::TERMINATE` event has fired.

Install
-------

[](#install)

Install using composer:-

```
$ composer require linkorb/silex-provider-sentry

```

Then configure and register the provide:-

```
// app/app.php
use LinkORB\Sentry\Provider\SentryServiceProvider;
...
$app->register(
    new SentryServiceProvider,
    [
        'sentry.dsn' => "...",
        'sentry.options' => [
            ...
        ],
    ]
);

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3118d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

---

Top Contributors

[![boite](https://avatars.githubusercontent.com/u/989892?v=4)](https://github.com/boite "boite (1 commits)")

### Embed Badge

![Health badge](/badges/linkorb-silex-provider-sentry/health.svg)

```
[![Health](https://phpackages.com/badges/linkorb-silex-provider-sentry/health.svg)](https://phpackages.com/packages/linkorb-silex-provider-sentry)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k181.3M2.2k](/packages/symfony-security-bundle)[sentry/sentry-symfony

Symfony integration for Sentry (http://getsentry.com)

73864.5M84](/packages/sentry-sentry-symfony)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M528](/packages/shopware-core)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2836.4k9](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

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