PHPackages                             jacksunny/smssender - 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. jacksunny/smssender

ActiveLibrary

jacksunny/smssender
===================

template-based sms send ,default to use aliyun sms service

v1.0(8y ago)022PHP

Since Jun 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jacksunny2020/smssender)[ Packagist](https://packagist.org/packages/jacksunny/smssender)[ RSS](/packages/jacksunny-smssender/feed)WikiDiscussions master Synced 2d ago

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

smssender
=========

[](#smssender)

template-based sms send plugin for laravel 5.4+,default to use aliyun sms service

pre-condition
=============

[](#pre-condition)

config service provider and the config file according to

How to install and configurate package
======================================

[](#how-to-install-and-configurate-package)

1. install the laravel package composer require "jacksunny/smssender":"dev-master"

please check exist line "minimum-stability": "dev" in composer.json if failed

2. prepare the config file required by the project skychf/aliyumns ,which name is config/aliyunmns.php

return \[ 'end\_point' =&gt; env('ALIYUN\_END\_POINT', ''), 'access\_id' =&gt; env('ALIYUN\_ACCESS\_ID', 'APPKEYAPPKEY'), 'access\_key' =&gt; env('ALIYUN\_ACCESS\_KEY', 'APPSECRETAPPSECRETAPPSECRETAPPSECRET'), 'topic\_name' =&gt; env('ALIYUN\_TOPIC\_NAME', 'sms.topic-cn-hangzhou'), 'sms\_sign\_name' =&gt; env('ALIYUN\_SMS\_SIGN\_NAME', 'SMSNAMESMSNAME'), 'sms\_template\_code' =&gt; env('ALIYUN\_SMS\_TEMPLATE\_CODE', 'SMSCODESMSCODE') \];

3. append new service provider file line in the section providers of file app.config after appended,it should looks like 'providers' =&gt; \[ Illuminate\\Auth\\AuthServiceProvider::class, ...... Jacksunny\\SmsSender\\AliyunSmsSendServiceProvider::class, \],
4. add test code to check if it works

    $sms\_template\_factory = App::make(\\Jacksunny\\SmsSender\\SmsTemplateFactory::class); $params = \[ 'receiver\_name' =&gt; 'Jack', 'brand\_name' =&gt; 'Jack Tech', 'user\_name' =&gt; 'Lucy', 'user\_mobile' =&gt; '13155556215', 'waybill' =&gt; '10166512487', 'service\_tel' =&gt; '99952148', 'brand\_name\_clone' =&gt; 'Jack Tech', \]; $template = $sms\_template\_factory-&gt;getDispatchSmsTemplate(); $mobile = '13888888888'; $result = $template-&gt;sendSms($mobile, $params);
5. please notify me if you got any problem or error on it,thank you!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

3195d ago

Major Versions

v0.7 → v1.02017-08-14

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jacksunny-smssender/health.svg)

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

PHPackages © 2026

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