PHPackages                             f2m2/request-notification-channel - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. f2m2/request-notification-channel

ActiveLibrary[HTTP &amp; Networking](/categories/http)

f2m2/request-notification-channel
=================================

Request Notifications driver

1.0.0(8y ago)010MITPHPPHP &gt;=5.6.4

Since Mar 18Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (2)Used By (0)

Laravel Notification Channel
============================

[](#laravel-notification-channel)

### Used to send an application/x-www-form-urlencoded POST requests.

[](#used-to-send-an-applicationx-www-form-urlencoded-post-requests)

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

[](#installation)

You can install the package via composer:

```
composer require f2m2/request-notifcation-channel
```

Usage
-----

[](#usage)

```
use F2M2\RequestNotification\RequestNotificationChannel;
use F2M2\RequestNotification\RequestNotificationMessage;
use Illuminate\Notifications\Notification;

class MyNotification extends Notification
{
    public function via($notifiable)
    {
        return [RequestNotificationChannel::class];
    }

    public function toRequestNotification($notifiable)
    {
        return RequestNotificationChannel::create()
            ->data([
               'data' => [
                   'property' => 'value'
               ]
            ])
            ->userAgent("Custom-User-Agent")
            ->header('X-Custom', 'Custom-Header');
    }
}
```

Add the `routeNotificationForRequestNotification` method to your Notifiable Model, which should return the URL where the notification will call the request.

```
public function routeNotificationForRequestNotification()
{
    return 'http://httpbin.org/post';
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2974d ago

### Community

Maintainers

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

---

Top Contributors

[![f2m2rd](https://avatars.githubusercontent.com/u/1012932?v=4)](https://github.com/f2m2rd "f2m2rd (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/f2m2-request-notification-channel/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

The Illuminate Http package.

11936.0M5.0k](/packages/illuminate-http)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[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)
