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

Since Apr 24Pushed 2mo 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 2w 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

50

—

FairBetter than 95% of packages

Maintenance87

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

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

65d 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

[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M189](/packages/spatie-laravel-health)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[illuminate/notifications

The Illuminate Notifications package.

483.1M1.2k](/packages/illuminate-notifications)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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