PHPackages                             glowieframework/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. [Framework](/categories/framework)
4. /
5. glowieframework/sentry

ActiveLibrary[Framework](/categories/framework)

glowieframework/sentry
======================

Sentry integration plugin for Glowie Framework

v1.0.2(3mo ago)030MITPHP

Since Sep 27Pushed 3mo agoCompare

[ Source](https://github.com/glowieframework/sentry)[ Packagist](https://packagist.org/packages/glowieframework/sentry)[ Docs](https://glowie.gabrielsilva.dev.br)[ RSS](/packages/glowieframework-sentry/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Sentry for Glowie
-----------------

[](#sentry-for-glowie)

Sentry for Glowie is a plugin that seamlessly integrates [Sentry](https://sentry.io) error tracking and monitoring into your Glowie application.

Installation
------------

[](#installation)

Install the plugin in your Glowie project using Composer:

```
composer require glowieframework/sentry
```

Then register the Sentry plugin in the `plugins` array inside `app/config/Config.php`:

```
'plugins' => [
    // ... other plugins here
    \Glowie\Plugins\Sentry\Sentry::class,
],
```

Configuration
-------------

[](#configuration)

Create a **PHP project** in your Sentry dashboard. Copy the provided **DSN URL** and add it to your application’s `.env` file:

```
SENTRY_DSN=https://mysentryapp.ingest.us.sentry.io/123456
```

Once configured, you can verify the integration by throwing an exception in your application and checking whether it appears in your Sentry dashboard.

Credits
-------

[](#credits)

The Sentry plugin and Glowie framework are currently developed by [Gabriel Silva](https://gabrielsilva.dev.br).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance81

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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 ~247 days

Total

3

Last Release

103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c76209b4baa704d3233f164a88f927ccde79c5c3e9dd84e2201f98de7d62afa?d=identicon)[eugabrielsilva](/maintainers/eugabrielsilva)

---

Top Contributors

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

---

Tags

error-monitoringglowieplugin

### Embed Badge

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

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

###  Alternatives

[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91245.3M590](/packages/laravel-pail)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68435.8M592](/packages/nette-bootstrap)[slim/psr7

Strict PSR-7 implementation

14818.0M411](/packages/slim-psr7)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[laminas/laminas-modulemanager

Modular application system for laminas-mvc applications

3025.7M228](/packages/laminas-laminas-modulemanager)

PHPackages © 2026

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