PHPackages                             resend/resend-laravel - 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. [API Development](/categories/api)
4. /
5. resend/resend-laravel

ActiveLibrary[API Development](/categories/api)

resend/resend-laravel
=====================

Resend for Laravel

v1.4.0(2mo ago)1222.7M↑40.5%15[3 issues](https://github.com/resend/resend-laravel/issues)[2 PRs](https://github.com/resend/resend-laravel/pulls)5MITPHPPHP ^8.1CI passing

Since Feb 9Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/resend/resend-laravel)[ Packagist](https://packagist.org/packages/resend/resend-laravel)[ Docs](https://resend.com/)[ RSS](/packages/resend-resend-laravel/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (10)Dependencies (24)Versions (45)Used By (5)

Resend for Laravel
==================

[](#resend-for-laravel)

[![Tests](https://camo.githubusercontent.com/a6656f68bcde60da6e013f87f183fba69e56f1c2bb0e6e4b4eb6cd5d07330a2a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726573656e642f726573656e642d6c61726176656c2f74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d303030303030)](https://github.com/resend/resend-laravel/actions/workflows/tests.yml)[![Packagist Downloads](https://camo.githubusercontent.com/d8973e64d6d210c33c0ccc2d60efe6ad880b023aa8721c10d62ae237feb7774c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726573656e642f726573656e642d6c61726176656c3f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d303030303030)](https://packagist.org/packages/resend/resend-laravel)[![Packagist Version](https://camo.githubusercontent.com/c4e72e15e56c5b5762a959ca84429d80f4f1bc3d96ba4c45a81aac669d907efd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726573656e642f726573656e642d6c61726176656c3f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d303030303030)](https://packagist.org/packages/resend/resend-laravel)[![License](https://camo.githubusercontent.com/71b1d27ba409d18889e504e87579397a49ce4c3c69e5fb99f415f5f94019b5a1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f726573656e642f726573656e642d6c61726176656c3f636f6c6f723d396366267374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d303030303030)](https://github.com/resend/resend-laravel/blob/main/LICENSE)

---

Provides Resend integration for Laravel and Symfony Mailer.

> **Requires [PHP 8.1+](https://php.net/releases/)**

Examples
--------

[](#examples)

Send an email with:

- [Laravel](https://github.com/resend/resend-laravel-example)
- [PHP](https://github.com/resend/resend-php-example)

Getting started
---------------

[](#getting-started)

First install Resend for Laravel via the [Composer](https://getcomposer.org/) package manager:

```
composer require resend/resend-laravel
```

Next, you should configure your [Resend API key](https://resend.com/api-keys) in your application's `.env` file:

```
RESEND_API_KEY=re_123456789
```

Finally, you may use the `Resend` facade to access the Resend API:

```
use Resend\Laravel\Facades\Resend;

Resend::emails()->send([
    'from' => 'onboarding@resend.dev',
    'to' => 'user@gmail.com',
    'subject' => 'hello world',
    'text' => 'it works!',
]);
```

### Using Resend's Laravel mailer

[](#using-resends-laravel-mailer)

Resend for Laravel comes bundled with a Laravel mailer to make it easier to send emails. To start using the Resend mail transport, first create a new mailer definition within your application's `config/mail.php` configuration file:

```
'resend' => [
    'transport' => 'resend',
],
```

> **Note**The Resend mailer will use the `RESEND_API_KEY` in your application's `.env` file.

Finally, update the `MAIL_MAILER` environment variable to use `resend`:

```
MAIL_MAILER=resend
```

###  Health Score

65

—

FairBetter than 99% of packages

Maintenance91

Actively maintained with recent releases

Popularity59

Moderate usage in the ecosystem

Community30

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 68.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 ~31 days

Recently: every ~20 days

Total

38

Last Release

60d ago

Major Versions

v0.23.0 → v1.0.02025-11-11

PHP version history (2 changes)v0.1.0PHP ^8.1.0

v0.2.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![jayanratna](https://avatars.githubusercontent.com/u/620547?v=4)](https://github.com/jayanratna "jayanratna (77 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (22 commits)")[![cpenned](https://avatars.githubusercontent.com/u/66193019?v=4)](https://github.com/cpenned "cpenned (1 commits)")[![deriegle](https://avatars.githubusercontent.com/u/20227290?v=4)](https://github.com/deriegle "deriegle (1 commits)")[![dielduarte](https://avatars.githubusercontent.com/u/5679671?v=4)](https://github.com/dielduarte "dielduarte (1 commits)")[![emersonlaurentino](https://avatars.githubusercontent.com/u/10627086?v=4)](https://github.com/emersonlaurentino "emersonlaurentino (1 commits)")[![felipefreitag](https://avatars.githubusercontent.com/u/6249611?v=4)](https://github.com/felipefreitag "felipefreitag (1 commits)")[![Icegreeen](https://avatars.githubusercontent.com/u/56550632?v=4)](https://github.com/Icegreeen "Icegreeen (1 commits)")[![JohnnyWalkerDigital](https://avatars.githubusercontent.com/u/6763222?v=4)](https://github.com/JohnnyWalkerDigital "JohnnyWalkerDigital (1 commits)")[![juliomrqz](https://avatars.githubusercontent.com/u/1911993?v=4)](https://github.com/juliomrqz "juliomrqz (1 commits)")[![Kobo-one](https://avatars.githubusercontent.com/u/11278919?v=4)](https://github.com/Kobo-one "Kobo-one (1 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![bohdan-shulha](https://avatars.githubusercontent.com/u/533048?v=4)](https://github.com/bohdan-shulha "bohdan-shulha (1 commits)")[![zenorocha](https://avatars.githubusercontent.com/u/398893?v=4)](https://github.com/zenorocha "zenorocha (1 commits)")[![cheddZy](https://avatars.githubusercontent.com/u/53349272?v=4)](https://github.com/cheddZy "cheddZy (1 commits)")

---

Tags

laravelphpresendphpapiclientlaravelsdkresend

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/resend-resend-laravel/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

811334.1k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[gemini-api-php/laravel

Gemini API client for Laravel

8917.4k](/packages/gemini-api-php-laravel)

PHPackages © 2026

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