PHPackages                             rojtjo/notifier - 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. rojtjo/notifier

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

rojtjo/notifier
===============

Simple notifications

0.2.0(10y ago)053MITPHPPHP ~5.5|~7.0

Since Apr 4Pushed 10y ago2 watchersCompare

[ Source](https://github.com/rojtjo/notifier)[ Packagist](https://packagist.org/packages/rojtjo/notifier)[ RSS](/packages/rojtjo-notifier/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Notifier
========

[](#notifier)

[![Latest Version on Packagist](https://camo.githubusercontent.com/26afc3bc321576f157ec2b7d2995542c6992d5afd2b2fc1b003381b0b1eecd8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f526f6a746a6f2f6e6f7469666965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Rojtjo/notifier)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/57dcd56cd0e26ac3e52a4f437312bb3699ee0fb2f97d36423f328bada5ae8985/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f526f6a746a6f2f6e6f7469666965722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Rojtjo/notifier)[![Coverage Status](https://camo.githubusercontent.com/7523819886c373269eafd1898db3481dfd61a8c3ac9603951e5ccb59e6fe6e62/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f726f6a746a6f2f6e6f7469666965722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/rojtjo/notifier/code-structure)[![Quality Score](https://camo.githubusercontent.com/d5a8a14e439be62a96aa8f2f22e05269b04042862ccabf86ff10c26ac5687c69/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f726f6a746a6f2f6e6f7469666965722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/rojtjo/notifier)[![Total Downloads](https://camo.githubusercontent.com/c3d2956abf188857d975c0bbff815d657bb9e6f7018de2dff2bbddbaa526c3b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f526f6a746a6f2f6e6f7469666965722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Rojtjo/notifier)

Easily send notifications.

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

[](#installation)

```
$ composer require rojtjo/notifier

```

Usage
-----

[](#usage)

```
use Rojtjo\Notifier\ArrayTransport;
use Rojtjo\Notifier\Notification;
use Rojtjo\Notifier\Notifier;

$transport = new ArrayTransport();
$notifier = new Notifier($transport);

$notifier->send(Notification::success('A successful notification'));
```

Integrations
------------

[](#integrations)

You can use one of the integrations below to get started more quickly.

- Laravel integration:

Documentation
-------------

[](#documentation)

Coming soon

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.7% 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 ~1 days

Total

2

Last Release

3686d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5dc56de17326e155210bbdbc689759955974cb97f9a91642169748e3b837584?d=identicon)[Rojtjo](/maintainers/Rojtjo)

---

Top Contributors

[![rojtjo](https://avatars.githubusercontent.com/u/1123887?v=4)](https://github.com/rojtjo "rojtjo (29 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/rojtjo-notifier/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/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)

PHPackages © 2026

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