PHPackages                             phplife/laravel-aliyun - 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. [API Development](/categories/api)
4. /
5. phplife/laravel-aliyun

ActiveLibrary[API Development](/categories/api)

phplife/laravel-aliyun
======================

Aliyun SDK for laravel

v1.0.5(7y ago)2160BSD-3-ClausePHPPHP ^7.0

Since May 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phplife/laravel-aliyun)[ Packagist](https://packagist.org/packages/phplife/laravel-aliyun)[ RSS](/packages/phplife-laravel-aliyun/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)DependenciesVersions (9)Used By (0)

laravel-aliyun
--------------

[](#laravel-aliyun)

集成阿里云sdk的laravel composer包

安装
--

[](#安装)

- ```
    composer require phplife/laravel-aliyun

    ```
- lumen ```
    在app.php中添加$app->register(Aliyun\Provider\AliyunServiceProvider::class);
    复制src/Config/aliyun.php到lumen config文件夹中进行自定义配置，如果lumen中没有config文件夹请自行创建

    ```
- laravel ```
    'providers' => array(
        // ...
        Aliyun\Provider\AliyunServiceProvider::class,
    );
    复制src/Config/aliyun.php到laravel config文件夹中进行自定义配置

    ```

目前支持
----

[](#目前支持)

- 发送单手机号短信

```
//注入sms
public function send(Sms $sms)
{
    //短信发送
    $sms->sendSms('手机号', '签名名称', '模板CODE', '可选，模板参数', '可选，流水号', '可选，扩展码');
}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~79 days

Total

8

Last Release

2604d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c86b0c58d9b0cca3ec998a0b97ef4a7aeeeecd4c5ad143660fae6aac620f6476?d=identicon)[phplife](/maintainers/phplife)

---

Top Contributors

[![phplife](https://avatars.githubusercontent.com/u/15216030?v=4)](https://github.com/phplife "phplife (21 commits)")

---

Tags

laravelaliyun

### Embed Badge

![Health badge](/badges/phplife-laravel-aliyun/health.svg)

```
[![Health](https://phpackages.com/badges/phplife-laravel-aliyun/health.svg)](https://phpackages.com/packages/phplife-laravel-aliyun)
```

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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