PHPackages                             minhyung/ncloud-mailer - 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. minhyung/ncloud-mailer

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

minhyung/ncloud-mailer
======================

Symfony Mailer for Cloud Outbound Mailer

0.1(1y ago)01MITPHPPHP ^8.1

Since Jan 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/overworks/symfony-ncloud-mailer)[ Packagist](https://packagist.org/packages/minhyung/ncloud-mailer)[ RSS](/packages/minhyung-ncloud-mailer/feed)WikiDiscussions 0.x Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

symfony-ncloud-mailer
=====================

[](#symfony-ncloud-mailer)

Symfony Mailer for [Cloud Outbound Mailer](https://www.ncloud.com/product/applicationService/cloudOutboundMailer)

Install
-------

[](#install)

```
composer require minhyung/ncloud-mailer
```

Usage
-----

[](#usage)

```
use Minhyung\Ncloud\Mailer\NcloudApiTransport;
use Minhyung\Ncloud\Mailer\NcloudTransportFactory;
use Symfony\Component\Mailer\Transport\Dsn;
use Symfony\Component\Mailer\Mailer;
use Symfony\Component\Mime\Email;

$accessKey = {NCLOUD_ACCESS_KEY};
$secretKey = {NCLOUD_SECRET_KEY};
$options = ['region' => 'KR'];  # option

$dsn = new Dsn('ncloud+api', 'default', $accessKey, $secretKey, options: $options);
$transport = (new NcloudTransportFactory())->create($dsn);

$email = (new Email())
    ->from('hello@example.com')
    ->to('you@example.com')
    //->cc('cc@example.com')
    //->bcc('bcc@example.com')
    //->replyTo('fabien@example.com')
    //->priority(Email::PRIORITY_HIGH)
    ->subject('Time for Symfony Mailer!')
    ->text('Sending emails is fun again!')
    ->html('See Twig integration for better HTML integration!');

$mailer->send($email);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance41

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~6 days

Total

2

Last Release

487d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/381cd0165a6aa9f238950dc1ae39f15a2b01a3dc33c111cd0fc1b12ab4259100?d=identicon)[lostland](/maintainers/lostland)

---

Top Contributors

[![overworks](https://avatars.githubusercontent.com/u/2780002?v=4)](https://github.com/overworks "overworks (11 commits)")

---

Tags

symfonymailemailmailerncloudnaverncp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/minhyung-ncloud-mailer/health.svg)

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

###  Alternatives

[dotkernel/dot-mail

Dotkernel mail component based on symfony mailer

1140.0k5](/packages/dotkernel-dot-mail)[yzh52521/think-mail

A powerful and beautiful php mailer for All of ThinkPHP and Other PHP Frameworks based symfony

745.0k](/packages/yzh52521-think-mail)[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. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)[yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

1576.0k](/packages/yarcode-yii2-mailgun-mailer)

PHPackages © 2026

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