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(1y ago)01MITPHPPHP ^8.0

Since Jul 1Pushed 1y 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 today

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

26

—

LowBetter than 41% of packages

Maintenance49

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

369d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/213005863?v=4)[Digital Badge Issuing Platform](/maintainers/issuebadge)[@issuebadge](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[s-ichikawa/laravel-sendgrid-driver

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

4079.9M1](/packages/s-ichikawa-laravel-sendgrid-driver)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

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