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

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

socialconnect/sms
=================

Send SMS easy

0.1.1(10y ago)3871MITPHPPHP &gt;=5.4

Since Nov 5Pushed 10y ago2 watchersCompare

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

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

SocialConnect SMS
=================

[](#socialconnect-sms)

Supported providers
-------------------

[](#supported-providers)

- Nexmo
- MessageBird
- SMS.RU

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

[](#installation)

Add a requirement to your `composer.json`:

```
{
    "require": {
        "socialconnect/sms": "*"
    }
}
```

Run the composer installer:

```
php composer.phar install
```

How to work
-----------

[](#how-to-work)

First, you need to setup `ProviderFactory`:

```
use SocialConnect\Common\Http\Client\Curl;
use SocialConnect\SMS\ProviderFactory;

include_once __DIR__ . '/vendor/autoload.php';

$service = new ProviderFactory(
    array(
        'provider' => array(
            'smsru' => array(
                'appId' => 12345
            )
        )
    ),
    new Curl()
);
```

Next, you need to get provider:

```
/** @var \SocialConnect\SMS\Provider\SMSRU $provider */
$provider = $service->factory('smsru');
```

You can send `sms`:

```
$provider->send('+79999999', 'Hello, World!');
```

Or get `balance`:

```
var_dump($provider->getBalance());
```

License
=======

[](#license)

This project is open-sourced software licensed under the MIT License.

See the LICENSE file for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.3% 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 ~160 days

Total

2

Last Release

3732d ago

### Community

Maintainers

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

---

Top Contributors

[![ovr](https://avatars.githubusercontent.com/u/572096?v=4)](https://github.com/ovr "ovr (59 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

php-sms

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[league/flysystem-adapter-decorator

A base implementation of a flysystem adapter decorator

17139.4k1](/packages/league-flysystem-adapter-decorator)[ender/laravel-ueditor

A laravel package of ueditor,which is baidu's open source WYSIWYG editor

393.4k](/packages/ender-laravel-ueditor)[jaybizzle/hasmeta

Access model meta data as if it was a property on your model

291.9k](/packages/jaybizzle-hasmeta)

PHPackages © 2026

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