PHPackages                             resent/resent - 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. resent/resent

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

resent/resent
=============

Resent PHP library

v0.1.1(yesterday)05↑2900%2MITPHPPHP &gt;=7.4

Since Jul 27Pushed yesterdayCompare

[ Source](https://github.com/resentmail/resent-php)[ Packagist](https://packagist.org/packages/resent/resent)[ Docs](https://resent.one)[ RSS](/packages/resent-resent/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (2)

 [![Send emails with PHP — Resent](https://raw.githubusercontent.com/resentmail/resent-php/main/assets/banner.jpg?v=0.1.0)](https://raw.githubusercontent.com/resentmail/resent-php/main/assets/banner.jpg?v=0.1.0)

 [![Packagist Version](https://camo.githubusercontent.com/283845de2a17a3ba9d367f15a3c4ae9327f0aa9d30744523b682a8b1aa78e365/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726573656e742f726573656e743f636f6c6f723d623666663561267374796c653d666c61742d737175617265)](https://packagist.org/packages/resent/resent) [![PHP Version](https://camo.githubusercontent.com/b7d0303d28dab6d9afb71ce7f7d42e72bb29300736d11bbdce82f1f6a4b8e0ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f726573656e742f726573656e743f7374796c653d666c61742d737175617265)](https://packagist.org/packages/resent/resent) [![License](https://camo.githubusercontent.com/538f9964d6b591355078facc166eb2c91bbb7cf729f7625e857f77f72e9e5447/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d6236666635613f7374796c653d666c61742d737175617265)](https://github.com/resentmail/resent-php/blob/main/LICENSE) [![Docs](https://camo.githubusercontent.com/01e2cb72c694e0753d362df4ab96aab6eb8f77ae8f96b5af892c2cbd7bf05cab/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d646576656c6f706572732e726573656e742e6f6e652d3131313f7374796c653d666c61742d737175617265)](https://developers.resent.one/sdks/php)

 [Documentation](https://developers.resent.one) · [Website](https://resent.one) · [Packagist](https://packagist.org/packages/resent/resent) · [GitHub](https://github.com/resentmail/resent-php)

Resent PHP SDK
==============

[](#resent-php-sdk)

The official PHP library for [Resent](https://resent.one) transactional email.

Install
-------

[](#install)

```
composer require resent/resent
```

Setup
-----

[](#setup)

1. Verify a sending domain in the [Resent dashboard](https://resent.one/app/settings/domains/)
2. Create an API key under [Settings → API keys](https://resent.one/app/settings/api-keys/)
3. Store it as `RESENT_API_KEY`

```
use Resent\Resent;

$resent = new Resent(getenv('RESENT_API_KEY'));
```

Usage
-----

[](#usage)

```
use Resent\Resent;

$resent = new Resent(getenv('RESENT_API_KEY'));

$result = $resent->emails->send([
    'from' => 'Acme ',
    'to' => 'you@example.com',
    'subject' => 'Hello World',
    'html' => 'Congrats on sending your first email with Resent!',
]);

echo $result['submission_id'];
```

Docs
----

[](#docs)

- [Getting started](https://developers.resent.one)
- [Send transactional email](https://developers.resent.one/guides/send-transactional-email)
- [PHP SDK docs](https://developers.resent.one/sdks/php)
- [API overview](https://developers.resent.one)

License
-------

[](#license)

MIT © [Resent](https://resent.one)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance100

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

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

Total

2

Last Release

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11556283?v=4)[resent](/maintainers/resent)[@resent](https://github.com/resent)

---

Tags

phpapisdkmailemailtransactionalresent

### Embed Badge

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

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

###  Alternatives

[railsware/mailtrap-php

The Mailtrap SDK provides methods for all API functions.

60929.1k](/packages/railsware-mailtrap-php)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

15130.8k](/packages/hafael-azure-mailer-driver)[henrique-borba/php-sieve-manager

A modern (started in 2022) PHP library for the ManageSieve protocol (RFC5804) to create/edit Sieve scripts (RFC5228). Used by Cypht Webmail.

28142.6k4](/packages/henrique-borba-php-sieve-manager)[benhall14/php-imap-reader

A PHP class that makes working with IMAP in PHP simple.

3519.6k](/packages/benhall14-php-imap-reader)

PHPackages © 2026

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