PHPackages                             darkenphp/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. darkenphp/sentry

ActiveExtension

darkenphp/sentry
================

A Darken boilerplate for creating a new extension.

06PHP

Since Oct 28Pushed 6mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Sentry
======

[](#sentry)

composer require darkenphp/sentry

add to your Config:

```
use Darken\Sentry\Build\Extension as SentryExtension;
use Darken\Sentry\SentryConfig;
use Darken\Service\ExtensionService;

class Config extends BaseConfig implements ExtensionServiceInterface
{
    // .....

    public function extensions(ExtensionService $service): ExtensionService
    {
        return $service
            ->register(new SentryExtension(
                new SentryConfig(
                    dsn: 'https://xxx@yyy.ingest.us.sentry.io/123123',
                    isActive: true, // optional use $this->getDebugMode()
                )
            ));
    }

    // .....
}
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance46

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/86184bf08843ed8fcc4aedb2fdecd8a9e832e47e89a7166cebfda529c176f5ce?d=identicon)[nadar](/maintainers/nadar)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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