PHPackages                             daworks/ncloud-mailer-for-laravel6to8 - 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. daworks/ncloud-mailer-for-laravel6to8

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

daworks/ncloud-mailer-for-laravel6to8
=====================================

Ncloud Cloud Outbound Mailer driver for Laravel

v1.0.5(5mo ago)037MITPHPPHP ^7.2|^8.0

Since Jul 22Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Daworks/ncloud-mailer-for-laravel6to8)[ Packagist](https://packagist.org/packages/daworks/ncloud-mailer-for-laravel6to8)[ RSS](/packages/daworks-ncloud-mailer-for-laravel6to8/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Ncloud Mailer for Laravel
=========================

[](#ncloud-mailer-for-laravel)

이 패키지는 Laravel 6.x ~ 8.x 에서 Ncloud Cloud Outbound Mailer를 사용할 수 있게 해주는 메일러 드라이버입니다.

### 요구사항

[](#요구사항)

- PHP 7.2 이상
- Laravel 6.x, 7.x, 또는 8.x

### 설치

[](#설치)

Composer를 통해 패키지를 설치하세요:

```
composer require daworks/ncloud-mailer-for-laravel6to8

```

### 설정

[](#설정)

1. `.env` 파일에 Ncloud 인증 정보를 추가하세요:

    인증 정보는 ncloud에 로그인 후 계정 관리 &gt; 인증키 관리 탭에 있는 Access Key ID와 Secret Key를 입력하세요.

```
NCLOUD_AUTH_KEY=access_key_id
NCLOUD_SERVICE_SECRET=secret_key

```

2. 설정 파일 퍼블리싱

```
php artisan vendor:publish --provider="Daworks\NcloudMailer\NcloudMailerServiceProvider" --tag=config

```

3. `config/mail.php`에서 새 메일러를 추가하세요:

```
'mailers' => [
    'ncloud' => [
        'transport' => 'ncloud',
    ],
],

'default' => 'ncloud',
```

4. 설정파일을 캐싱하세요.

```
@php artisan config:cache

```

### 사용

[](#사용)

일반적인 Laravel 메일 기능을 그대로 사용하면 됩니다. 예:

- Mailable을 이용하여 발송

```
Mail::to($request->user())->send(new OrderShipped($order));
```

- Notification을 이용하여 발송

```
Notification::route('mail', 'your@email.com')->notify(new TestNotification());
```

### 기타

[](#기타)

Laravel 10.x 이후는 아래 링크를 참고하세요.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance70

Regular maintenance activity

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Recently: every ~135 days

Total

6

Last Release

171d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12066771?v=4)[Design Arete](/maintainers/Daworks)[@Daworks](https://github.com/Daworks)

---

Top Contributors

[![Daworks](https://avatars.githubusercontent.com/u/12066771?v=4)](https://github.com/Daworks "Daworks (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/daworks-ncloud-mailer-for-laravel6to8/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[illuminate/mail

The Illuminate Mail package.

5910.6M502](/packages/illuminate-mail)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)

PHPackages © 2026

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