PHPackages                             thungdemo/laravel-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. thungdemo/laravel-sms

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

thungdemo/laravel-sms
=====================

Laravel wrapper for Thungdemo/Sms library

v1.0.2(1y ago)00MITPHPPHP ^8.0

Since May 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Thungdemo/laravel-sms)[ Packagist](https://packagist.org/packages/thungdemo/laravel-sms)[ RSS](/packages/thungdemo-laravel-sms/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

laravel-sms
===========

[](#laravel-sms)

Laravel wrapper for Nksquare/Sms library

Dependencies
------------

[](#dependencies)

This library requires [nk-square/sms](https://github.com/nk-square/sms)

Installation
------------

[](#installation)

```
composer require thungdemo/laravel-sms

```

Publish config file

```
php artisan vendor:publish --provider="Nksquare\LaravelSms\Providers\SmsServiceProvider" --tag="laravel-sms"

```

Currently supported driver is textlocal. Add the textlocal credentials to your .env fle

```
TEXTLOCAL_APIKEY=your_api_key
TEXTLOCAL_SENDER=your_sender

```

Usage
-----

[](#usage)

```
use Sms;
use Nksquare\LaravelSms\Message;

$message = new Message();
$message->setRecipient('1234567890');
$message->setMessage('foo bar');
Sms::send($message);
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance43

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

454d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19401514?v=4)[thungdemo](/maintainers/thungdemo)[@Thungdemo](https://github.com/Thungdemo)

---

Top Contributors

[![nk-square](https://avatars.githubusercontent.com/u/62646765?v=4)](https://github.com/nk-square "nk-square (3 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M355](/packages/laravel-horizon)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.4M237](/packages/illuminate-broadcasting)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[flarum/core

Delightfully simple forum software.

211.5M2.5k](/packages/flarum-core)

PHPackages © 2026

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