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

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

sovannrach/notification
=======================

Send notification via api server

05PHP

Since Dec 29Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

GDCE Email Sender
=================

[](#gdce-email-sender)

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

[](#description)

This libraries is build for send notification to email

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

[](#installation)

Install the dependencies and devDependencies and start the server.

```
Update your composer to v2 : https://newbedev.com/shell-update-composer-2-ubuntu-code-example
cd laravel_project_path
composer require sovannrach/notification
```

If you want to config with your notification server, Open .env file and add code

```
NOTIFICATION_URL=xxxx
NOTIFICATION_CLIENT_ID=x
NOTIFICATION_SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxx
```

Usage
-----

[](#usage)

```
use Sovannrach\Notification\Http\Libraries\SendMail;

public function sendMail () {

    $data = [
        'subject' => 'Disable Broker Card',
        'title' => 'Mail Title...',
        'body' => 'Mail body content...',
        'to' => 'sovannrach@gmail.com'
    ];

    return SendMail::send($data);

});
```

License
-------

[](#license)

MIT

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/203f75e8410959f63f99b0e688fe6e2b607e817309a290c963b6f2e0400ac985?d=identicon)[sovannrach](/maintainers/sovannrach)

---

Top Contributors

[![sovannrach](https://avatars.githubusercontent.com/u/83197707?v=4)](https://github.com/sovannrach "sovannrach (6 commits)")

### Embed Badge

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

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

###  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)
