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 today

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

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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://avatars.githubusercontent.com/u/83197707?v=4)[sovannrach](/maintainers/sovannrach)[@sovannrach](https://github.com/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

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

Laravel Email Domain Rule

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

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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