PHPackages                             yus-ham/yii2-resend - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yus-ham/yii2-resend

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

yus-ham/yii2-resend
===================

Yii 2 extension for \[Resend\](https://resend.com)

v1.0.0(3y ago)058MITPHPPHP &gt;8.0

Since Jun 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yus-ham/yii2-resend)[ Packagist](https://packagist.org/packages/yus-ham/yii2-resend)[ Docs](https://github.com/yus-ham/yii2-resend)[ RSS](/packages/yus-ham-yii2-resend/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Yii 2 extension for [Resend](https://resend.com/)
=================================================

[](#yii-2-extension-for-resend)

You need this library? just install it through composer

`composer require yus-ham/yii2-resend --prefer-dist -o`

Also don't forget to configure

```
$config['components']['mailer'] = [
    'class' => 'yusham\resend\Mailer',
    'useFileTransport' => false,
    'viewPath' => '@app/mail',
    'transport' => [
        'apiKey' => ''
    ],
];
```

And you can then send an email as usually

```
Yii::$app->mailer->compose('contact/html')
     ->setFrom('from@domain.com')
     ->setTo($form->email)
     ->setSubject($form->subject)
     ->send();
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

1111d ago

### Community

Maintainers

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

---

Top Contributors

[![hyuzea](https://avatars.githubusercontent.com/u/3823496?v=4)](https://github.com/hyuzea "hyuzea (1 commits)")[![yus-ham](https://avatars.githubusercontent.com/u/3823496?v=4)](https://github.com/yus-ham "yus-ham (1 commits)")

---

Tags

yii2extensionresend-php

### Embed Badge

![Health badge](/badges/yus-ham-yii2-resend/health.svg)

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

###  Alternatives

[vyants/yii2-daemon

Extension provides functionality for simple daemons creation and control

7760.4k](/packages/vyants-yii2-daemon)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1455.6k](/packages/dmstr-yii2-cookie-consent)[imanilchaudhari/yii2-currency-converter

This extension will help to find out current currency conversion rate.

2111.7k](/packages/imanilchaudhari-yii2-currency-converter)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1359.3k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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