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

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

daworks/ncloud-mailer-for-laravel5
==================================

Ncloud Cloud Outbound Mailer driver for Laravel

1.0.0(5mo ago)05MITPHPPHP ^7.2

Since Jan 14Pushed 5mo agoCompare

[ Source](https://github.com/Daworks/ncloud-outbound-mailer-driver-for-laravel5)[ Packagist](https://packagist.org/packages/daworks/ncloud-mailer-for-laravel5)[ RSS](/packages/daworks-ncloud-mailer-for-laravel5/feed)WikiDiscussions main Synced today

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

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

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

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

### 요구사항

[](#요구사항)

- PHP 7.2 이상
- Laravel 5.x

### 설치

[](#설치)

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

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

```

### 설정

[](#설정)

1. `config/app.php` 파일의 `providers` 배열에 서비스 프로바이더를 추가하세요:

```
'providers' => [
    // ...
    Daworks\NcloudMailer\NcloudMailerServiceProvider::class,
],
```

2. `config/services.php` 파일에 `ncloud` 설정을 추가하세요. 인증 정보는 ncloud에 로그인 후 계정 관리 &gt; 인증키 관리 탭에 있는 Access Key ID와 Secret Key를 입력하세요.

```
'ncloud' => [
    'auth_key' => 'your-ncloud-auth-key',
    'service_secret' => 'your-ncloud-service-secret',
],
```

3. `config/mail.php` 파일에서 `driver`를 `ncloud`로 설정하세요:

```
'driver' => 'ncloud',
```

### 사용

[](#사용)

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

- Mailable을 이용하여 발송

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

- Notification을 이용하여 발송

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance70

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity30

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

Unknown

Total

1

Last Release

172d 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 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

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

The Illuminate Mail package.

5910.6M503](/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)
