PHPackages                             issuebadge/laravel-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. issuebadge/laravel-notification-channel

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

issuebadge/laravel-notification-channel
=======================================

Send developer recognition badges via IssueBadge.com using Laravel Notifications

1.0(10mo ago)01MITPHPPHP ^8.0

Since Jul 1Pushed 10mo agoCompare

[ Source](https://github.com/issuebadge/laravel-issuebadge-channel)[ Packagist](https://packagist.org/packages/issuebadge/laravel-notification-channel)[ RSS](/packages/issuebadge-laravel-notification-channel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Laravel Notification Channel for IssueBadge
===========================================

[](#laravel-notification-channel-for-issuebadge)

Send recognition badges to users directly from your Laravel application using [IssueBadge](https://issuebadge.com).

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

[](#installation)

```
composer require issuebadge/laravel-notification-channel
```

Configuration
-------------

[](#configuration)

Add to your `.env`:

```
ISSUEBADGE_API_KEY=your_api_key_here

```

Publish config if needed:

```
php artisan vendor:publish --tag=issuebadge-config
```

Usage
-----

[](#usage)

```
use NotificationChannels\IssueBadge\IssueBadgeMessage;

public function toIssueBadge($notifiable)
{
    return IssueBadgeMessage::create(
        $notifiable->name,
        $notifiable->email,
        'W238GD8PK'
    );
}
```

License
-------

[](#license)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance54

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

315d ago

### Community

Maintainers

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

---

Top Contributors

[![issuebadge](https://avatars.githubusercontent.com/u/213005863?v=4)](https://github.com/issuebadge "issuebadge (2 commits)")

### Embed Badge

![Health badge](/badges/issuebadge-laravel-notification-channel/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[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)[laravel-notification-channels/aws-sns

Amazon Simple Notification Service (AWS SNS) notification channel for Laravel.

541.1M2](/packages/laravel-notification-channels-aws-sns)

PHPackages © 2026

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