PHPackages                             taksu-tech/taksu-inbox - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. taksu-tech/taksu-inbox

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

taksu-tech/taksu-inbox
======================

Laravel package for managing inbox notifications with FCM support

v1.0.0(9mo ago)01.8k↑56.7%MITPHPPHP ^8.2

Since Aug 5Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/taksu-tech/inbox)[ Packagist](https://packagist.org/packages/taksu-tech/taksu-inbox)[ RSS](/packages/taksu-tech-taksu-inbox/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Inbox
=====

[](#inbox)

Features
--------

[](#features)

- Each user can have their own inbox
- Events will be generated
- Broadcast to multiple inboxes
- Gather user response to an inbox

Models
------

[](#models)

- Inbox
- Broadcast

Events
------

[](#events)

- InboxSent
- InboxRead
- BroadcastPublished
- ResponseSubmitted
- ResponseExpired

How to install
--------------

[](#how-to-install)

1. Install the package

```
composer require taksu-tech/taksu-inbox
```

2. Modify `app/config.php`, to load the provider.

```
'providers' => ServiceProvider::defaultProviders()->merge([
    \Taksu\TaksuInbox\InboxServiceProvider::class,
])->toArray(),
```

3. Load seeder by updating `database/seeders/DatabaseSeeder.php` (optional)

```
$this->call([
    InboxSeeder::class,
]);
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance57

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.9% 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

286d ago

### Community

Maintainers

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

---

Top Contributors

[![huedaya](https://avatars.githubusercontent.com/u/4969689?v=4)](https://github.com/huedaya "huedaya (17 commits)")[![madeadi](https://avatars.githubusercontent.com/u/478268?v=4)](https://github.com/madeadi "madeadi (6 commits)")

---

Tags

laravelnotificationsfirebaseFCMinbox

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/taksu-tech-taksu-inbox/health.svg)

```
[![Health](https://phpackages.com/badges/taksu-tech-taksu-inbox/health.svg)](https://phpackages.com/packages/taksu-tech-taksu-inbox)
```

###  Alternatives

[benwilkins/laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel

210964.1k1](/packages/benwilkins-laravel-fcm-notification)[redjanym/php-firebase-cloud-messaging

PHP SDK for Firebase Cloud Messaging from Google

39847.9k1](/packages/redjanym-php-firebase-cloud-messaging)

PHPackages © 2026

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