PHPackages                             hyancat/sendcloud - 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. hyancat/sendcloud

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

hyancat/sendcloud
=================

Sendcloud for Laravel 5.

v0.3(10y ago)7746MITPHPPHP &gt;=5.4.0

Since Sep 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/HyanCat/sendcloud)[ Packagist](https://packagist.org/packages/hyancat/sendcloud)[ RSS](/packages/hyancat-sendcloud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

sendcloud
=========

[](#sendcloud)

Sendcloud for laravel 5.

### 安装

[](#安装)

1. 安装依赖包：

    ```
     composer require hyancat/sendcloud

    ```
2. 项目引入：

    ```
     Hyancat\Sendcloud\SendCloudServiceProvider::class

    ```
3. 配置文件：

    ```
     php artisan vendor:publish

    ```

然后配置 `SENDCLOUD_API_USER` `SENDCLOUD_API_KEY` 等...

### 使用

[](#使用)

```
use Hyancat\Sendcloud\SendCloudFacade as SendCloud;
```

- 普通发送

```
SendCloud::send('emails.welcome', ['name'=> '小明'], function (SendCloudMessage $message) {
	$message->to(['hello@laravel.com', 'word@laravel.com'])->subject('你好！');
})->success(function ($response) {
})->failure(function ($response, $error) {
});
```

- 模板发送

```
SendCloud::sendTemplate('sendcloud_test_template', ['name'=> ['小明', '小红']], function (SendCloudMessage $message) {
	$message->to(['hello@laravel.com', 'word@laravel.com'])->subject('你好！');
})->success(function ($response) {
})->failure(function ($response, $error) {
});
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

3

Last Release

3897d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3190081?v=4)[流光不加少](/maintainers/HyanCat)[@HyanCat](https://github.com/HyanCat)

### Embed Badge

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

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

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[illuminate/mail

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)

PHPackages © 2026

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