PHPackages                             resend/resend-php - 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-php

ActiveLibrary[API Development](/categories/api)

resend/resend-php
=================

Resend PHP library.

v1.3.0(1mo ago)596.2M↑21.9%7[1 issues](https://github.com/resend/resend-php/issues)[3 PRs](https://github.com/resend/resend-php/pulls)19MITPHPPHP ^8.1.0CI passing

Since Feb 1Pushed 6d ago3 watchersCompare

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

READMEChangelog (10)Dependencies (12)Versions (47)Used By (19)

Resend PHP
==========

[](#resend-php)

[![Tests](https://camo.githubusercontent.com/f360af7407066018e28670228898ebebb180546757a70a55b41f2f0ad99b8ba5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6179616e7261746e612f726573656e642d7068702f74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d303030303030)](https://github.com/jayanratna/resend-php/actions/workflows/tests.yml)[![Packagist Downloads](https://camo.githubusercontent.com/5ccd20f8f706aa510d814a64245c7dde964e5fb93c030cfdf4ffacc0d6756b1a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726573656e642f726573656e642d7068703f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d303030303030)](https://packagist.org/packages/resend/resend-php)[![Packagist Version](https://camo.githubusercontent.com/947d4c53046b7de22e34bcd5613ed0483375de513b836d27a38073fc034cfd72/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726573656e642f726573656e642d7068703f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d303030303030)](https://packagist.org/packages/resend/resend-php)[![License](https://camo.githubusercontent.com/4aa1b9e25da6e9d97e16d75574127f2d356d5e90e29af285ccb5cd9ee7cc2cbf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a6179616e7261746e612f726573656e642d7068703f636f6c6f723d396366267374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d303030303030)](https://github.com/jayanratna/resend-php/blob/main/LICENSE)

---

Examples
--------

[](#examples)

Send email with:

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

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

[](#getting-started)

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

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

```
composer require resend/resend-php
```

Then, interact with Resend's API:

```
$resend = Resend::client('re_123456789');

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

> **Note**This client is inspired by [OpenAI PHP](https://github.com/openai-php).

###  Health Score

65

—

FairBetter than 99% of packages

Maintenance93

Actively maintained with recent releases

Popularity58

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 93.9% 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 ~28 days

Recently: every ~36 days

Total

42

Last Release

59d ago

Major Versions

v0.23.0 → v1.0.02025-11-01

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

v0.1.1PHP ^8.1.0

### 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 (216 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (6 commits)")[![zenorocha](https://avatars.githubusercontent.com/u/398893?v=4)](https://github.com/zenorocha "zenorocha (3 commits)")[![pansani](https://avatars.githubusercontent.com/u/80856856?v=4)](https://github.com/pansani "pansani (2 commits)")[![rehanvdm](https://avatars.githubusercontent.com/u/22810856?v=4)](https://github.com/rehanvdm "rehanvdm (1 commits)")[![CarolinaMoraes](https://avatars.githubusercontent.com/u/32900257?v=4)](https://github.com/CarolinaMoraes "CarolinaMoraes (1 commits)")[![felipefreitag](https://avatars.githubusercontent.com/u/6249611?v=4)](https://github.com/felipefreitag "felipefreitag (1 commits)")

---

Tags

apiclientphpresendsdkphpapiclientsdkresend

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k8.8M83](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3683.1M18](/packages/kunalvarma05-dropbox-php-sdk)[resend/resend-laravel

Resend for Laravel

1212.2M8](/packages/resend-resend-laravel)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

74287.1k1](/packages/mozex-anthropic-laravel)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.5M10](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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