PHPackages                             obeikan-digital-solutions/phpnotification - 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. obeikan-digital-solutions/phpnotification

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

obeikan-digital-solutions/phpnotification
=========================================

This is my package phpnotification

2.4(2y ago)110[2 PRs](https://github.com/Obeikan-Digital-Solutions/phpNotification/pulls)MITBladePHP ^8.0CI passing

Since Aug 28Pushed 2y agoCompare

[ Source](https://github.com/Obeikan-Digital-Solutions/phpNotification)[ Packagist](https://packagist.org/packages/obeikan-digital-solutions/phpnotification)[ Docs](https://github.com/obeikan-digital-solutions/phpnotification)[ RSS](/packages/obeikan-digital-solutions-phpnotification/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (5)Versions (13)Used By (0)

This is php notifications package that will use in all php system
=================================================================

[](#this-is-php---notifications-package-that-will-use-in-all-php-system)

[![Latest Version on Packagist](https://camo.githubusercontent.com/aca20924767745ddee15900cbe0efa3c1473202fef238b1ad006db467b82c193/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6265696b616e2d6469676974616c2d736f6c7574696f6e732f7068706e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/obeikan-digital-solutions/phpnotification)[![GitHub Tests Action Status](https://camo.githubusercontent.com/18691b81240dd5d38b9227c84cb6b63417ee323049d8a3c2b742e913362b4646/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6f6265696b616e2d6469676974616c2d736f6c7574696f6e732f7068706e6f74696669636174696f6e2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/obeikan-digital-solutions/phpnotification/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/95a357d640eed675d8a495000c291fceb99f79d315942eeb239eb6f8ebe91c7e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6f6265696b616e2d6469676974616c2d736f6c7574696f6e732f7068706e6f74696669636174696f6e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/obeikan-digital-solutions/phpnotification/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e14aa85339a2e67f4d6c10ab409fc508326df387ac9a9d08e10fccc8747ce361/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6265696b616e2d6469676974616c2d736f6c7574696f6e732f7068706e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/obeikan-digital-solutions/phpnotification)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require obeikan-digital-solutions/phpnotification
```

You can publish the config file with:

```
php artisan vendor:publish --tag="phpnotification-config"
```

This is the contents of the published config file:

```
return [
   'allModule' => false,
   'module' => "Your Module name ",//example Engagement
];
```

Usage
-----

[](#usage)

```
//in /user modal use trait
 use  CustomNotifiable;
// in includes/header.blade.php we add this to show notifications
 @include('phpnotification::notifications')
// in layout.blade.php we in script section after jquery
@include('phpnotification::scripts')
```

Generate new Notifiation class use this commend
-----------------------------------------------

[](#generate-new-notifiation-class-use-this-commend)

```
php artisan phpnotification:generate YourClassName
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="phpnotification-views"
```

then use

```
 @include('vendor.phpnotification.notifications')
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Osama Al-mamari](https://github.com/Obeikan-Digital-Solutions)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85% 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 ~14 days

Recently: every ~32 days

Total

10

Last Release

853d ago

Major Versions

0.3 → 1.02023-08-29

1.1 → 2.02023-08-31

PHP version history (2 changes)0.1PHP ^8.1

0.2PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3eccb927cc4e12139ced32376de7ba6a90a9400162cdfc5a345f258e5f58ba33?d=identicon)[asbahi-m](/maintainers/asbahi-m)

---

Top Contributors

[![OsamaAlmamri](https://avatars.githubusercontent.com/u/43526628?v=4)](https://github.com/OsamaAlmamri "OsamaAlmamri (17 commits)")[![asbahi-m](https://avatars.githubusercontent.com/u/40779102?v=4)](https://github.com/asbahi-m "asbahi-m (3 commits)")

---

Tags

laravelObeikan-Digital-Solutionsphpnotification

### Embed Badge

![Health badge](/badges/obeikan-digital-solutions-phpnotification/health.svg)

```
[![Health](https://phpackages.com/badges/obeikan-digital-solutions-phpnotification/health.svg)](https://phpackages.com/packages/obeikan-digital-solutions-phpnotification)
```

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[laracraft-tech/laravel-useful-additions

A collection of useful Laravel additions!

58109.4k](/packages/laracraft-tech-laravel-useful-additions)

PHPackages © 2026

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