PHPackages                             laravel-notification-channels/backport - 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. laravel-notification-channels/backport

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

laravel-notification-channels/backport
======================================

Backport of the Laravel Notification System for Laravel 5.1 and 5.2

1.0.6(9y ago)26169.5k↓27%10[3 PRs](https://github.com/laravel-notification-channels/backport/pulls)MITPHPPHP &gt;=5.6.4

Since Aug 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/laravel-notification-channels/backport)[ Packagist](https://packagist.org/packages/laravel-notification-channels/backport)[ Docs](https://github.com/laravel-notification-channels/backport)[ RSS](/packages/laravel-notification-channels-backport/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (8)Versions (9)Used By (0)

Laravel Notifications for Laravel 5.2 / 5.1
===========================================

[](#laravel-notifications-for-laravel-52--51)

[![Latest Version on Packagist](https://camo.githubusercontent.com/793bce8d8330c33a9f591caac501e4331db25ab0d025dc0ca2ade2a6513ad7cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f6261636b706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-notification-channels/backport)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/81e6c8597f8c7e3e1e09561e4cee5a960b45727acb43956081a0074aa511e613/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f6261636b706f72742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/laravel-notification-channels/backport)[![StyleCI](https://camo.githubusercontent.com/bcd73c2a153523e5b2d7792b1449062fa2e416dc122235f065dfa5329eea3647/68747470733a2f2f7374796c6563692e696f2f7265706f732f36353931323736382f736869656c64)](https://styleci.io/repos/65912768)[![Quality Score](https://camo.githubusercontent.com/80138871be64fbc48b41598dad33a3c705cd9f4868720e8ac987a9a24c1c1e00/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f6261636b706f72742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-notification-channels/backport)[![Code Coverage](https://camo.githubusercontent.com/0d14b0ced78bf014f4ba55a612efafa7025ae45830fa9fb8e4d0b5070cb59709/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f6261636b706f72742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-notification-channels/backport/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/f5a0b12b6b4b676f5ec1aaf139bacaf547275887914593c1df6b36189da13c2a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d6e6f74696669636174696f6e2d6368616e6e656c732f6261636b706f72742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-notification-channels/backport)

This package acts as a backport for the Laravel 5.3 notification system, to allow its usage with Laravel 5.1 and Laravel 5.2.

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

[](#installation)

You can install the package via composer:

```
composer require laravel-notification-channels/backport
```

Next, you must load the service provider:

```
// config/app.php
'providers' => [
    // ...
    Illuminate\Notifications\NotificationServiceProvider::class,
],
```

Usage
-----

[](#usage)

Please refer to the [official Laravel Notification documentation](https://laravel.com/docs/master/notifications).

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 70.8% 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 ~21 days

Total

8

Last Release

3465d ago

Major Versions

0.0.1 → 1.0.02016-08-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20937037?v=4)[Laravel Notification Channels](/maintainers/laravel-notification-channels)[@laravel-notification-channels](https://github.com/laravel-notification-channels)

---

Top Contributors

[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (17 commits)")[![enniel](https://avatars.githubusercontent.com/u/19760944?v=4)](https://github.com/enniel "enniel (4 commits)")[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (1 commits)")[![mikemclin](https://avatars.githubusercontent.com/u/1570155?v=4)](https://github.com/mikemclin "mikemclin (1 commits)")[![osteel](https://avatars.githubusercontent.com/u/436467?v=4)](https://github.com/osteel "osteel (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laravel-notification-channels-backport/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k84.2M225](/packages/laravel-horizon)[illuminate/notifications

The Illuminate Notifications package.

483.0M967](/packages/illuminate-notifications)[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k49.4M479](/packages/laravel-scout)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)

PHPackages © 2026

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