PHPackages                             foodticket/laravel-bird-driver - 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. foodticket/laravel-bird-driver

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

foodticket/laravel-bird-driver
==============================

Bird mail driver for Laravel 9+

v1.0.7(7mo ago)09.7k↓25%[2 PRs](https://github.com/food-ticket/laravel-bird-driver/pulls)MITPHPPHP ^8.1

Since Apr 24Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/food-ticket/laravel-bird-driver)[ Packagist](https://packagist.org/packages/foodticket/laravel-bird-driver)[ RSS](/packages/foodticket-laravel-bird-driver/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (15)Used By (0)

Laravel Bird Driver
===================

[](#laravel-bird-driver)

A Mail Driver with support for Bird Web API, using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods.

To use this package required your [Bird Access Key](https://docs.bird.com/api/api-access/api-authorization). Please make it [Here](https://app.bird.com/settings/access-keys).

### Compatibility

[](#compatibility)

Laravellaravel-bird-driver9, 10, 11^4.0Install (for [Laravel](https://laravel.com/))
=============================================

[](#install-for-laravel)

Add the package to your composer.json and run composer update.

```
"require": {
    "foodticket/laravel-bird-driver": "^1.0"
},
```

or installed with composer

```
$ composer require foodticket/laravel-bird-driver
```

Configure
---------

[](#configure)

.env

```
MAIL_DRIVER=bird
BIRD_API_ACCESS_KEY='YOUR_BIRD_ACCESS_KEY'
BIRD_API_WORKSPACE_ID='YOUR_WORKSPACE_ID'
BIRD_API_CHANNEL_ID='MAIL_CHANNEL_ID'
# Optional: for 7+ laravel projects
MAIL_MAILER=bird
```

config/services.php (not required from Laravel 9+)

```
    'bird' => [
        'mail' => [
            'access_key' => env('BIRD_API_ACCESS_KEY'),
            'workspace_id' => env('BIRD_API_WORKSPACE_ID'),
            'channel_id' => env('BIRD_API_CHANNEL_ID'),
        ],
    ],
```

config/mail.php

```
    'mailers' => [
        'bird' => [
            'transport' => 'bird',
        ],
    ],
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance62

Regular maintenance activity

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.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 ~51 days

Recently: every ~18 days

Total

11

Last Release

238d ago

PHP version history (2 changes)v1.0.0-beta.1PHP ^8.2

1.0.0-beta.3PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a331f154c735cc3b44cc802b7b183a58e503dfcf5dc3add0dea69eae3bc61ff?d=identicon)[foodticket](/maintainers/foodticket)

---

Top Contributors

[![dagft](https://avatars.githubusercontent.com/u/167223384?v=4)](https://github.com/dagft "dagft (30 commits)")[![rikmorskate](https://avatars.githubusercontent.com/u/3383883?v=4)](https://github.com/rikmorskate "rikmorskate (10 commits)")[![foodticket-developer](https://avatars.githubusercontent.com/u/148194376?v=4)](https://github.com/foodticket-developer "foodticket-developer (3 commits)")

---

Tags

phpmail driverbirdlaravel mail driver

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/foodticket-laravel-bird-driver/health.svg)

```
[![Health](https://phpackages.com/badges/foodticket-laravel-bird-driver/health.svg)](https://phpackages.com/packages/foodticket-laravel-bird-driver)
```

###  Alternatives

[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[martian/spammailchecker

A laravel package that protect users from entering non-existing/spam email addresses.

422.0k](/packages/martian-spammailchecker)[motomedialab/smtp2go

Send emails via API using the first-class email courier SMTP2Go

1316.3k](/packages/motomedialab-smtp2go)[djunehor/laravel-sms

Send SMS from your laravel application

385.3k1](/packages/djunehor-laravel-sms)[usamamuneerchaudhary/filament-notifier

A powerful notification system for FilamentPHP that handles multi-channel notifications with template management, scheduling, and real-time delivery. Built for developers who need enterprise-grade notifications without the complexity.

321.1k](/packages/usamamuneerchaudhary-filament-notifier)

PHPackages © 2026

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