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 2w 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 62% 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

2986d 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

[neuron-core/neuron-ai

The PHP Agentic Framework.

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

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

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

751284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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