PHPackages                             facile-it/sentry-psr-log - 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. facile-it/sentry-psr-log

Abandoned → [sentry/sentry](/?search=sentry%2Fsentry)ArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

facile-it/sentry-psr-log
========================

PSR Logger for Sentry

2.0.1(9y ago)65.6k1MITPHPPHP ^7.0

Since May 29Pushed 7y ago2 watchersCompare

[ Source](https://github.com/facile-it/sentry-psr-log)[ Packagist](https://packagist.org/packages/facile-it/sentry-psr-log)[ Docs](https://github.com/facile-it/sentry-psr-log)[ RSS](/packages/facile-it-sentry-psr-log/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (5)Versions (7)Used By (0)

Sentry PSR 3 logger
===================

[](#sentry-psr-3-logger)

[![Build Status](https://camo.githubusercontent.com/26ccfceaf84505c1527469163446a5e4d1cc59702fed674320a59e74a54e2c50/68747470733a2f2f6170692e7472617669732d63692e6f72672f666163696c652d69742f73656e7472792d7073722d6c6f672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/facile-it/sentry-psr-log)[![Code Coverage](https://camo.githubusercontent.com/c1043b4c35ac197dfc627997d540d1ea7fb0f4425297cc6567e9a0eb410c0699/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666163696c652d69742f73656e7472792d7073722d6c6f672f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/facile-it/sentry-psr-log/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a81a4935c8ae99ebcfc363caba095c5185d93bd48450ceb1c3e3e1075c8fe3c6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666163696c652d69742f73656e7472792d7073722d6c6f672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/facile-it/sentry-psr-log/?branch=master)

This module provide a PSR 3 log implementation for [Sentry](https://getsentry.com)

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

[](#installation)

The only supported way to install this module is trough composer. For composer documentation you can refer to [getcomposer.org](http://getcomposer.org).

```
composer require facile-it/sentry-psr-log

```

Example
-------

[](#example)

```
$ravenClient = new Raven_Client('dsn', []);

$logger = new Facile\Sentry\Log\Logger($ravenClient);

// Logging message
$logger->error('message', ['foo' => 'bar']);

// Logging exception
$exception = new \RuntimeException('foo');
$logger->error($exception, ['foo' => 'bar']);
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 61.8% 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 ~99 days

Total

5

Last Release

3287d ago

Major Versions

0.1.0 → 1.0.02016-07-02

1.0.1 → 2.0.02017-06-25

PHP version history (2 changes)0.1.0PHP ^5.5 || ^7.0

2.0.0PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6fa237583695920bbe285e738810728bfd7981ab066d39ffe852e09ae1fd30e?d=identicon)[thomasvargiu](/maintainers/thomasvargiu)

---

Top Contributors

[![alexmanno](https://avatars.githubusercontent.com/u/10499850?v=4)](https://github.com/alexmanno "alexmanno (21 commits)")[![thomasvargiu](https://avatars.githubusercontent.com/u/732012?v=4)](https://github.com/thomasvargiu "thomasvargiu (13 commits)")

---

Tags

psrlogexceptionerrorerrorsexceptionslogssentryPSR3raven

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/facile-it-sentry-psr-log/health.svg)

```
[![Health](https://phpackages.com/badges/facile-it-sentry-psr-log/health.svg)](https://phpackages.com/packages/facile-it-sentry-psr-log)
```

###  Alternatives

[facile-it/sentry-module

This module allows integration of Sentry Client into laminas and mezzio

19393.4k](/packages/facile-it-sentry-module)[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k240.0M315](/packages/sentry-sentry)[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3511.6M24](/packages/analog-analog)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k122.6M186](/packages/sentry-sentry-laravel)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32133.6M3](/packages/bugsnag-bugsnag-psr-logger)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1861.5M3](/packages/justbetter-magento2-sentry)

PHPackages © 2026

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