PHPackages                             jenssegers/mongodb-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. [Database &amp; ORM](/categories/database)
4. /
5. jenssegers/mongodb-sentry

ActiveLibrary[Database &amp; ORM](/categories/database)

jenssegers/mongodb-sentry
=========================

An extension for Laravel-MongoDB that lets you work with Sentry

v1.0.1(11y ago)5445.3k↓28.6%13[5 issues](https://github.com/jenssegers/laravel-mongodb-sentry/issues)1MITPHPPHP &gt;=5.3.0

Since Apr 27Pushed 6y ago4 watchersCompare

[ Source](https://github.com/jenssegers/laravel-mongodb-sentry)[ Packagist](https://packagist.org/packages/jenssegers/mongodb-sentry)[ RSS](/packages/jenssegers-mongodb-sentry/feed)WikiDiscussions master Synced yesterday

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

Laravel MongoDB Sentry
======================

[](#laravel-mongodb-sentry)

Because Sentry's models extends the original Eloquent model, it could not be used with MongoDB. This package includes models that extends `Jenssegers\Mongodb\Model` and thus support MongoDB.

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

[](#installation)

Make sure you have [jenssegers\\mongodb](https://github.com/jenssegers/Laravel-MongoDB) installed before you continue.

Install using composer:

```
composer require jenssegers/mongodb-sentry

```

For instructions on Sentry, check out

Usage
-----

[](#usage)

To use the included MongoDB-enabled models, change the Sentry configuration model sections:

```
    'groups' => array(

        'model' => 'Jenssegers\Mongodb\Sentry\Group',

    ),

    'users' => array(

        'model' => 'Jenssegers\Mongodb\Sentry\User',

    ),

    'throttling' => array(

        'model' => 'Jenssegers\Mongodb\Sentry\Throttle',

    ),

```

Or if you have a custom model, make sure it extends the correct model.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~164 days

Total

3

Last Release

4122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91980fbd02c3e65e0b2ec1c65e4ca0131f1bbc3929a0a11a7f4f12db5f2036e3?d=identicon)[jenssegers](/maintainers/jenssegers)

---

Top Contributors

[![jenssegers](https://avatars.githubusercontent.com/u/194377?v=4)](https://github.com/jenssegers "jenssegers (9 commits)")[![arcadas](https://avatars.githubusercontent.com/u/5682734?v=4)](https://github.com/arcadas "arcadas (1 commits)")

---

Tags

laravelAuthenticationsentrymongodbmongo

### Embed Badge

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

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

###  Alternatives

[jenssegers/mongodb-session

A MongoDB session driver for Laravel 4, 5, 6, 7 and 8

75314.1k3](/packages/jenssegers-mongodb-session)[leroy-merlin-br/mongolid

Easy, powerful and ultrafast ODM for PHP and MongoDB.

11335.7k9](/packages/leroy-merlin-br-mongolid)[julien-c/mongovel

A Laravel-ish wrapper to the PHP Mongo driver

347.7k](/packages/julien-c-mongovel)[jenssegers/mongodb-lite

A lightweight MongoDB database library and model for Laravel 4

121.0k](/packages/jenssegers-mongodb-lite)

PHPackages © 2026

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