PHPackages                             smart-crowd/simple-sms-drivers - 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. smart-crowd/simple-sms-drivers

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

smart-crowd/simple-sms-drivers
==============================

Addition providers for simple SMS laravel package

v0.3(10y ago)101.0k5MITPHP

Since Sep 28Pushed 10y ago3 watchersCompare

[ Source](https://github.com/SmartCrowd/simple-sms-drivers)[ Packagist](https://packagist.org/packages/smart-crowd/simple-sms-drivers)[ RSS](/packages/smart-crowd-simple-sms-drivers/feed)WikiDiscussions master Synced 1mo ago

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

simple-sms-drivers
==================

[](#simple-sms-drivers)

Addition drivers for [simple SMS laravel package](https://github.com/SimpleSoftwareIO/simple-sms)

Installition
------------

[](#installition)

```
composer require "smart-crowd/simple-sms-drivers: dev-master"
```

Instead of original simple sms service provider, set our:

```
'providers' => [
  ...
  SmartCrowd\Sms\SmsServiceProvider::class
]
```

Set original simple sms alias:

```
'aliases' => [
  ...
  'SMS' => SimpleSoftwareIO\SMS\Facades\SMS::class
```

Publish original simple sms config:

```
php artisan vendor:publish
```

Now you can set up addtition sms drivers in `config/sms.php` file:

```
'smscenter' => [
    'login'    => env('SMS_CENTER_LOGIN'),
    'password' => env('SMS_CENTER_PASSWORD')
],
'smsru' => [
    'api_id' => env('SMS_RU_API_ID')
],
'smsclub' => [
    'login'    => env('SMS_CLUB_LOGIN'),
    'password' => env('SMS_CLUB_PASSWORD')
],
```

Usage
-----

[](#usage)

See [original documentation](https://github.com/SimpleSoftwareIO/simple-sms/blob/master/README.md#usage)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.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 ~22 days

Total

3

Last Release

3841d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2529340?v=4)[Paul Klementyev](/maintainers/klermonte)[@klermonte](https://github.com/klermonte)

---

Top Contributors

[![klermonte](https://avatars.githubusercontent.com/u/2529340?v=4)](https://github.com/klermonte "klermonte (24 commits)")[![yuriy-smolin](https://avatars.githubusercontent.com/u/15191040?v=4)](https://github.com/yuriy-smolin "yuriy-smolin (2 commits)")

---

Tags

laravelsms

### Embed Badge

![Health badge](/badges/smart-crowd-simple-sms-drivers/health.svg)

```
[![Health](https://phpackages.com/badges/smart-crowd-simple-sms-drivers/health.svg)](https://phpackages.com/packages/smart-crowd-simple-sms-drivers)
```

PHPackages © 2026

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