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

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

notifications/system-notifications
==================================

System Notifications Package

06.6k↓50%PHP

Since Jul 21Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/ShaikhBilalAmjad/Notification-Package)[ Packagist](https://packagist.org/packages/notifications/system-notifications)[ RSS](/packages/notifications-system-notifications/feed)WikiDiscussions Master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Database Operations
===================

[](#database-operations)

The ` Database Operations` package provides a trait for Laravel models to handle database operations and track user activity. It automatically populates database columns and simplifies the implementation of user tracking features.

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

[](#installation)

To install the `System Notifications` package, follow these steps:

1. Ensure that you have [Composer](https://getcomposer.org/) installed on your machine.
2. Open your terminal and navigate to your Laravel project's directory.
3. Run the following command to install the package:

```
composer require notifications/system-notifications
```

4. Run the following command to publish the config file named "fcm.php":

```
php artisan vendor:publish --provider="SystemNotifications\SystemNotificationsServiceProvider" --tag=system-notifications-config
```

5. In your Env file add Firebase configuration:

```
FCM_SERVER_KEY=your_firebase_key
FCM_SENDER_ID=your_firebase_sender_id
```

6. After the package is installed, Laravel will automatically discover the package and register its service provider.

Usage
-----

[](#usage)

```
        $variable['password'] = "testPassword@123";
        $variable['firstname'] = "Arslan Ayoub";
        $variable['email'] = "arsalanayoub48@gmail.com";
        NotificationHelper::initializeNotification(SEEKER , 252,"NewAccountPassword",$variable);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance40

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/824a400f18bdf5bd4985e7880cebd22f04272527151c1c089cf7e74ebc480872?d=identicon)[arslanayoub48](/maintainers/arslanayoub48)

---

Top Contributors

[![ArSl-Ayoub](https://avatars.githubusercontent.com/u/146704690?v=4)](https://github.com/ArSl-Ayoub "ArSl-Ayoub (15 commits)")[![786bilalamjad](https://avatars.githubusercontent.com/u/114157261?v=4)](https://github.com/786bilalamjad "786bilalamjad (1 commits)")[![ShaikhBilalAmjad](https://avatars.githubusercontent.com/u/16971024?v=4)](https://github.com/ShaikhBilalAmjad "ShaikhBilalAmjad (1 commits)")

### Embed Badge

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

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

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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