PHPackages                             kubill/larasms - 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. kubill/larasms

ActiveLibrary

kubill/larasms
==============

laravel send sms library

06PHP

Since May 11Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

LaraSms
-------

[](#larasms)

this is a sms library for laravel

Version Compatibility
---------------------

[](#version-compatibility)

Sms ProviderVersionSupportmore providercoming soonInstallation
------------

[](#installation)

Install using composer:

```
composer require kubill/larasms
```

Laravel version &lt; 5.5 (optional)
-----------------------------------

[](#laravel-version--55-optional)

Add the service provider in `config/app.php`:

```
\Kubill\LaraSms\SmsServiceProvider::class,
```

And add the `Sms` alias to `config/app.php`:

```
'Sms' => \Kubill\LaraSms\Facades\Sms::class,
```

Then run these commands to publish config：

```
php artisan vendor:publish --provider="Kubill\LaraSms\SmsServiceProvider"
```

Basic Usage
-----------

[](#basic-usage)

use the `Sms` Facade:

simple

```
use \Kubill\LaraSms\Facades\Sms;

Sms::send('hello world', '188xxxxxxxx');
```

batch

```
use \Kubill\LaraSms\Facades\Sms;

Sms::batchSend('hello world', array('188xxxxxxxx', '189xxxxxxxx'));
```

License
-------

[](#license)

LaraSms is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bb340a8881098072494fd3a284ce0941d84832c353c8471bc3bda524762a91b?d=identicon)[kubill](/maintainers/kubill)

---

Top Contributors

[![meiweijia](https://avatars.githubusercontent.com/u/9076442?v=4)](https://github.com/meiweijia "meiweijia (1 commits)")

### Embed Badge

![Health badge](/badges/kubill-larasms/health.svg)

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

PHPackages © 2026

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