PHPackages                             noone-silent/phalcon-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. noone-silent/phalcon-sentry

ActiveLibrary[Framework](/categories/framework)

noone-silent/phalcon-sentry
===========================

Sentry integration for the Phalcon Framework

v1.2.0(1y ago)35.6k↓26.9%2[1 issues](https://github.com/noone-silent/phalcon-sentry/issues)GPL-3.0-or-laterPHPPHP &gt;= 8.0

Since Jun 3Pushed 1y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (13)Used By (0)

Phalcon Sentry
==============

[](#phalcon-sentry)

[![Packagist Version](https://camo.githubusercontent.com/41002d13b1dca475ce22e60e3b4f606c42a1fb6f559afa24eccea9af1a4c9255/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f6f6e652d73696c656e742f7068616c636f6e2d73656e747279)](https://camo.githubusercontent.com/41002d13b1dca475ce22e60e3b4f606c42a1fb6f559afa24eccea9af1a4c9255/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f6f6e652d73696c656e742f7068616c636f6e2d73656e747279)

This directory contains the PHP source code for the Phalcon Sentry integration.

Requirements
------------

[](#requirements)

- [PHP 8.0](https://www.php.net/) or higher
- [Composer](https://getcomposer.org/)
- [Phalcon Framework](https://phalcon.io) in version 5.0.0 or higher

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

[](#installation)

```
composer require noone-silent/phalcon-sentry
```

Usage
-----

[](#usage)

Create a copy of the sentry configuration found under `config/sentry.php`.

Tip

It is recommended, that you set your events manager before setting the service provider.

```
$di->set('eventsManager', new \Phalcon\Events\Manager(), true);
```

Add the following code to your entry script:

```
$di->register(
    new \Phalcon\Sentry\ServiceProvider(
        $pathTo . '/config/sentry.php'
    )
);
```

If you're using the Volt template engine, you can use the provided helper to place scripts and tags. The name of `sentryHelper` is configurable in `config/sentry.php`.

```
// Add this between your
{{ sentryHelper.getMetaTag() }}
```

```
// Add this right before your
{{ sentryHelper.getScript() }}
```

You can also pass options to the `getScript()` helper:

```
{{ sentryHelper.getScript(
    [
        'Sentry.browserTracingIntegration()',
        'Sentry.replayIntegration()',
        'Sentry.feedbackIntegration()'
    ],
    static_url('/js/bundle.tracing.replay.feedback.min.js')
) }}
```

Important

If you do not self-host the sentry browser script, you should add `browser.sentry-cdn.com` to your allowed `script-src`.

You can read more about this here: [Sentry Content Security Policy](https://docs.sentry.io/platforms/javascript/install/loader/#content-security-policy)

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance40

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.2% 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 ~28 days

Recently: every ~59 days

Total

12

Last Release

400d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1089817?v=4)[n\[oO\]ne](/maintainers/noone-silent)[@noone-silent](https://github.com/noone-silent)

---

Top Contributors

[![noone-silent](https://avatars.githubusercontent.com/u/1089817?v=4)](https://github.com/noone-silent "noone-silent (19 commits)")[![glensc](https://avatars.githubusercontent.com/u/199095?v=4)](https://github.com/glensc "glensc (4 commits)")[![erickskrauch](https://avatars.githubusercontent.com/u/4787256?v=4)](https://github.com/erickskrauch "erickskrauch (1 commits)")

---

Tags

sentryphalconintegration

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/noone-silent-phalcon-sentry/health.svg)

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

###  Alternatives

[phalcon/cphalcon

Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.

10.8k241.4k1](/packages/phalcon-cphalcon)[phalcon/devtools

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

1.3k2.0M54](/packages/phalcon-devtools)[phalcon/incubator

Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.

7222.9M81](/packages/phalcon-incubator)[phalcon/migrations

Run and Generate DB Migrations with Phalcon Framework

29977.8k6](/packages/phalcon-migrations)[oleksandr-torosh/yona-cms

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x). Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.

3652.1k](/packages/oleksandr-torosh-yona-cms)[utopia-php/logger

Utopia Logger library is simple and lite library for logging information, such as errors or warnings. This library is aiming to be as simple and easy to learn and use.

11217.1k3](/packages/utopia-php-logger)

PHPackages © 2026

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