PHPackages                             laravel-send-sms/laravel-send-sms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravel-send-sms/laravel-send-sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laravel-send-sms/laravel-send-sms
=================================

A test package that sends sms

063PHP

Since Sep 15Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel send sms
================

[](#laravel-send-sms)

Based on laravel5 development of lightweight mobile phone SMS package, features: simple and flexible

```
> support：ChuangLan253 SMS，RongLian SMS

> Suitable for the scene：Phone verification

```

installation
------------

[](#installation)

Via Composer

```
$ composer require laravel-send-sms/laravel-send-sms=dev-master
```

composer.json

```
"laravel-send-sms/laravel-send-sms":"dev-master"
```

Configuration
-------------

[](#configuration)

```
//service provider
'providers' => [
		//...
		Laravel\Send\Sms\SmsServiceProvider::class,
	]

//Alias
'aliases' => [
	//...
	'Sms' => Laravel\Send\Sms\Agents\SmsManager::class,
]

//Create a configuration file
$ php artisan vendor::pulish
```

Use examples
------------

[](#use-examples)

```
//...
use Sms;

//ChuangLan
$obj = new Sms();
$obj->manager('ChuangLan')->sendSms('手机', '短信内容');

//RongLan
$obj = new Sms();
$obj->manager('RongLan')->sendSms('手机',['8765', '1'], 1);//Refer to the documentation for RongLian details
```

Configuration file description
------------------------------

[](#configuration-file-description)

```
//Generate the sms.php file
return [

	//ChuangLan253 SMS plateform
	'ChuangLan' => [
	    'account'  => '095389',                               //your account
		'password' => '7LOKagPs557e',             			  //your password
		'url'      => 'http://sms.253.com/msg/send',
	],
	//RongLian SMS platform
	'RongLian' => [
		'account_sid'   => '8a216da85e6fff2b015e74aba45d0235',//You can see the developer's primary account ACCOUNT SID on the front page of the console
		'account_token' => 'c7ee385c4a804715a45b815271059e94',//You can see the developer 's main account on the front page of the console
		'app_id'        => '8a216da85e6fff2b015e74aba5ba023c',//Use the APPID of the app already created in the Admin console
		'server_ip'     => 'sandboxapp.cloopen.com',          //Test environment (production environment request address: app.cloopen.com)
		'server_port'   => '8883',                            //Request port
		'soft_version'  => '2013-12-26',                      //REST API version number remains unchanged
	]
];
```

Security
--------

[](#security)

> If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c23dde8f5be1a7b8243cceb112a8cdf689bba61193149363fc98229d9c7bc3c?d=identicon)[muxinchao](/maintainers/muxinchao)

### Embed Badge

![Health badge](/badges/laravel-send-sms-laravel-send-sms/health.svg)

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

PHPackages © 2026

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