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

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

luciuz/sms-ru
=============

Sending sms via sms.ru

1.0.3(8y ago)15.0kMITPHPPHP ^7.0

Since Apr 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/luciuz/sms-ru)[ Packagist](https://packagist.org/packages/luciuz/sms-ru)[ RSS](/packages/luciuz-sms-ru/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

luciuz/sms-ru
=============

[](#luciuzsms-ru)

Sending sms via sms.ru

### Examples

[](#examples)

Init

```
$smsRu = new SmsRu('API-ID-TOKEN');
```

Sending single sms

```
// with From
$result = $smsRu->setFrom('MYCOMPANY')
    ->send(new Sms('+79123456789', 'Some text'));

// without From
$result = $smsRu->send(new Sms('+79123456789', 'Some text'));
```

Sending multiple sms

```
$smsBundle = [
    new Sms('+79123456789', 'Some text'),
    new Sms('+79123456790', 'Some message'),
    new Sms('+79123456791', 'Some notification')
];
```

```
// with From
$result = $smsRu->setFrom('MYCOMPANY')
    ->sendMulti($smsBundle);

// without From
$result = $smsRu->sendMulti($smsBundle);
```

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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 ~8 days

Total

4

Last Release

3031d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1385608?v=4)[Vasilii Arnautov](/maintainers/luciuz)[@luciuz](https://github.com/luciuz)

---

Tags

sms

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

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

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

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

762297.9k52](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

65147.9k151](/packages/oat-sa-tao-core)

PHPackages © 2026

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