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

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

thungdemo/sms
=============

Sms library with support for multiple sms providers

v1.0.1(1y ago)001MITPHPPHP &gt;=8.0

Since May 21Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (1)

SMS
===

[](#sms)

Sms library with support for multiple sms providers

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

[](#installation)

Run composer

```
composer require thungdemo\sms

```

Usage
-----

[](#usage)

```
use Thungdemo\Sms\Drivers\Textlocal;
use Thungdemo\Sms\Client;
use Thungdemo\Sms\Message;

$config = [
    'apikey' => 'your_api_key',
    'sender' => 'SENDER',
];
$driver = new Textlocal($config);
$client = new Client($driver);

$message = new Message();
$message->setMessage('Hello world');
$message->setRecipient('1234567890');
$client->send($message);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance46

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

2

Last Release

408d 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 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)

PHPackages © 2026

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