PHPackages                             tripteki/laravelphp-notification - 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. tripteki/laravelphp-notification

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

tripteki/laravelphp-notification
================================

Trip Teknologi's Laravel.php Notifications

1.1.8(2y ago)0235[1 issues](https://github.com/tripteki/laravelphp-notification/issues)1MITPHPPHP ^8.0.2

Since Nov 14Pushed 2y agoCompare

[ Source](https://github.com/tripteki/laravelphp-notification)[ Packagist](https://packagist.org/packages/tripteki/laravelphp-notification)[ Docs](https://github.com/tripteki/laravelphp-notification)[ RSS](/packages/tripteki-laravelphp-notification/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (7)Dependencies (5)Versions (8)Used By (1)

Notification
============

[](#notification)

This package provides implementation of notification in repository pattern for Lumen and Laravel besides REST API starterpack of admin management with no intervention to codebase and keep clean.

Getting Started
---------------

[](#getting-started)

Installation :

```
composer require tripteki/laravelphp-notification

```

How to use it :

- Put `Tripteki\Notification\Providers\NotificationServiceProvider` to service provider configuration list.
- Put `Tripteki\Notification\Providers\NotificationServiceProvider::ignoreMigrations()` into `register` provider, then publish migrations file into your project's directory with running (optionally) :

```
php artisan vendor:publish --tag=tripteki-laravelphp-notification-migrations

```

- Migrate.

```
php artisan migrate

```

- Publish tests file into your project's directory with running (optionally) :

```
php artisan vendor:publish --tag=tripteki-laravelphp-notification-tests

```

- Sample :

```
use Tripteki\Notification\Contracts\Repository\Admin\INotificationRepository as INotificationAdminRepository;
use Tripteki\Notification\Contracts\Repository\INotificationRepository;

$notificationAdminRepository = app(INotificationAdminRepository::class);

// $notificationAdminRepository->get("..."); //
// $notificationAdminRepository->all(); //

$repository = app(INotificationRepository::class);
// $repository->setUser(...); //
// $repository->getUser(); //

// $repository->markAsRead("..."); //
// $repository->clear("..."); //
// $repository->all(); //
```

- Generate swagger files into your project's directory with putting this into your annotation configuration (optionally) :

```
base_path("app/Http/Controllers/Notification")

```

```
base_path("app/Http/Controllers/Admin/Notification")

```

Usage
-----

[](#usage)

`php artisan adminer:install:notification`

Author
------

[](#author)

- Trip Teknologi ([@tripteki](https://linkedin.com/company/tripteki))
- Hasby Maulana ([@hsbmaulana](https://linkedin.com/in/hsbmaulana))

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Every ~9 days

Total

7

Last Release

910d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/107451659?v=4)[Trip Teknologi](/maintainers/tripteki)[@tripteki](https://github.com/tripteki)

---

Top Contributors

[![hsbmaulana](https://avatars.githubusercontent.com/u/38196994?v=4)](https://github.com/hsbmaulana "hsbmaulana (10 commits)")

---

Tags

bannet

### Embed Badge

![Health badge](/badges/tripteki-laravelphp-notification/health.svg)

```
[![Health](https://phpackages.com/badges/tripteki-laravelphp-notification/health.svg)](https://phpackages.com/packages/tripteki-laravelphp-notification)
```

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)

PHPackages © 2026

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