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 3w 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 36% 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

3019d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/241139?v=4)[F2M2, Inc.](/maintainers/f2m2)[@f2m2](https://github.com/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

87411.3M152](/packages/spatie-laravel-health)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.2M6.5k](/packages/illuminate-http)[jlevers/selling-partner-api

PHP client for Amazon's Selling Partner API

4335.4M2](/packages/jlevers-selling-partner-api)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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