PHPackages                             boytunghc/laravel-mongo-notifiable - 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. boytunghc/laravel-mongo-notifiable

ActiveLibrary

boytunghc/laravel-mongo-notifiable
==================================

A trait will help you connect to mongodb and do notification

v1.0.0(4y ago)16.6k↓50%1MITPHPPHP ^7.0|^8.0

Since Aug 17Pushed 4y ago2 watchersCompare

[ Source](https://github.com/alexzvn/laravel-mongo-notifiable)[ Packagist](https://packagist.org/packages/boytunghc/laravel-mongo-notifiable)[ Docs](https://github.com/alexzvn/laravel-mongo-notifiable)[ RSS](/packages/boytunghc-laravel-mongo-notifiable/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

laravel-mongo-notifiable
========================

[](#laravel-mongo-notifiable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/52318474f31d7aa52816b69319437d1cd063ddc18c5be9532f5756b748b101f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f7974756e6768632f6c61726176656c2d6d6f6e676f2d6e6f7469666961626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexzvn/laravel-mongo-notifiable)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/1c55e7814eaa7030cd513d118668be7fb6b69992e6f8705c99b587c701b3d6a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626f7974756e6768632f6c61726176656c2d6d6f6e676f2d6e6f7469666961626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexzvn/laravel-mongo-notifiable)

A trait will help you connect to mongodb and do notification

Install
-------

[](#install)

Via Composer

```
$ composer require boytunghc/laravel-mongo-notifiable
```

Usage
-----

[](#usage)

On your model

```
use Alexzvn\LaravelMongoNotifiable\Notifiable;

class User extends Authenticatable
{
    use Notifiable;
}
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Alex](https://github.com/alexzvn)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

1729d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravel-mongo-notifiableAlexzvn

### Embed Badge

![Health badge](/badges/boytunghc-laravel-mongo-notifiable/health.svg)

```
[![Health](https://phpackages.com/badges/boytunghc-laravel-mongo-notifiable/health.svg)](https://phpackages.com/packages/boytunghc-laravel-mongo-notifiable)
```

PHPackages © 2026

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