PHPackages                             laravel-enso/notifications - 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. laravel-enso/notifications

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

laravel-enso/notifications
==========================

Realtime notifications for Laravel Enso

4.5.1(2mo ago)859.5k↓17%57MITPHP

Since Mar 21Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/laravel-enso/notifications)[ Packagist](https://packagist.org/packages/laravel-enso/notifications)[ Docs](https://github.com/laravel-enso/notifications)[ RSS](/packages/laravel-enso-notifications/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (6)Versions (112)Used By (7)

Notifications
=============

[](#notifications)

[![License](https://camo.githubusercontent.com/1192fd919df2ce88f49769db55fde1d48e1be52f74bd01a91cfc280970797a96/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6e6f74696669636174696f6e732f6c6963656e7365)](LICENSE)[![Stable](https://camo.githubusercontent.com/5d1127e348ad9297a1e393cc6d5d852fbe92a7df5159fb1d81d924a59dec6562/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6e6f74696669636174696f6e732f76657273696f6e)](https://packagist.org/packages/laravel-enso/notifications)[![Downloads](https://camo.githubusercontent.com/d074414306140f6d3590715a46350a960e0f9ca50746defb9d498f6533363ad0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6e6f74696669636174696f6e732f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/notifications)[![PHP](https://camo.githubusercontent.com/da7cf113b588d26fe679dfefe4a15009272ed358ad4e786ad3c78b45faa61d69/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d3737376262342e737667)](composer.json)[![Issues](https://camo.githubusercontent.com/064568ec01689326a9a19a2508d6db670eadc2121eefbb5fd04c8d697b995979/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d656e736f2f6e6f74696669636174696f6e732e737667)](https://github.com/laravel-enso/notifications/issues)[![Merge Requests](https://camo.githubusercontent.com/b0b631779b2c2eeb59c264b7bf1676f2bbdff8a281cab56cf326cbc961fbcf94/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6c61726176656c2d656e736f2f6e6f74696669636174696f6e732e737667)](https://github.com/laravel-enso/notifications/pulls)

Description
-----------

[](#description)

Notifications provides Enso API endpoints and broadcast channels for user notifications.

The package exposes listing, counting, read, read-all, delete, and delete-all endpoints on top of Laravel's database notifications, and registers a per-user broadcast channel based on the configured auth model.

It is intended to back the Enso notification dropdown and related realtime UI flows.

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

[](#installation)

Install the package:

```
composer require laravel-enso/notifications
```

Run the package migrations:

```
php artisan migrate
```

Features
--------

[](#features)

- Notification list and unread-count endpoints.
- Mark-one and mark-all-as-read endpoints.
- Delete-one and delete-all endpoints.
- Broadcast channel registration for user-specific notification streams.

Usage
-----

[](#usage)

Main route group:

- `core.notifications.*`

The broadcast channel is derived from the configured auth model namespace and ends with `.{id}`.

API
---

[](#api)

### HTTP routes

[](#http-routes)

- `GET api/core/notifications`
- `DELETE api/core/notifications/destroyAll`
- `DELETE api/core/notifications/{notification}`
- `GET api/core/notifications/count`
- `PATCH api/core/notifications/read/{notification}`
- `POST api/core/notifications/readAll`

### Broadcast

[](#broadcast)

- per-user notification channel for the configured auth provider model

Depends On
----------

[](#depends-on)

Required packages:

- [`laravel-enso/core`](https://docs.laravel-enso.com/backend/core.html) [↗](https://github.com/laravel-enso/core)
- [`laravel-enso/migrator`](https://docs.laravel-enso.com/backend/migrator.html) [↗](https://github.com/laravel-enso/migrator)
- `pusher/pusher-php-server`

Companion frontend package:

- [`@enso-ui/notifications`](https://docs.laravel-enso.com/frontend/notifications.html) [↗](https://github.com/enso-ui/notifications)

Contributions
-------------

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance86

Actively maintained with recent releases

Popularity36

Limited adoption so far

Community27

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 74.3% 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 ~32 days

Recently: every ~204 days

Total

103

Last Release

73d ago

Major Versions

1.3.0 → 2.0.02017-09-26

1.3.1 → 2.1.02017-11-23

1.3.2 → 2.1.52018-03-05

2.2.10 → 3.0.02019-03-08

3.2.4 → 4.0.02020-06-25

PHP version history (3 changes)1.0.0PHP &gt;=5.6.4

2.1.4PHP &gt;=7.1.0

3.2.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (127 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (26 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (5 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (4 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (3 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (2 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (2 commits)")[![tedipop16](https://avatars.githubusercontent.com/u/71398467?v=4)](https://github.com/tedipop16 "tedipop16 (1 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (1 commits)")

---

Tags

laravellaravel-ensonotificationspush-notificationspushervue-componentsnotificationslaravel-notificationspush notificationslaravel-enso

### Embed Badge

![Health badge](/badges/laravel-enso-notifications/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-enso-notifications/health.svg)](https://phpackages.com/packages/laravel-enso-notifications)
```

###  Alternatives

[laravel-enso/localisation

Language and translation management for Laravel Enso

1362.8k10](/packages/laravel-enso-localisation)[bentools/webpush-bundle

Send push notifications through Web Push Protocol to your Symfony users.

72290.6k](/packages/bentools-webpush-bundle)[laravel-enso/data-import

Excel Importer dependency for Laravel Enso

2044.0k6](/packages/laravel-enso-data-import)[pushpad/pushpad-php

Pushpad PHP Library

26149.4k](/packages/pushpad-pushpad-php)[laravel-enso/permissions

Permission management for Laravel Enso

1244.2k51](/packages/laravel-enso-permissions)[laravel-enso/logs

Application log management for Laravel Enso

1143.7k9](/packages/laravel-enso-logs)

PHPackages © 2026

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