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.8(2w ago)011.1k↑16%[3 PRs](https://github.com/food-ticket/laravel-bird-driver/pulls)MITPHPPHP ^8.3

Since Apr 24Pushed 2w 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 3d ago

READMEChangelog (10)Dependencies (26)Versions (17)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

52

—

FairBetter than 96% of packages

Maintenance96

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~71 days

Recently: every ~82 days

Total

12

Last Release

20d ago

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

1.0.0-beta.3PHP ^8.1

v1.0.8PHP ^8.3

### 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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

67628.6k1](/packages/laravel-notification-channels-expo)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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