PHPackages                             shetabit/kavenegarsms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. shetabit/kavenegarsms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

shetabit/kavenegarsms
=====================

Send SMS with Kavenegar RESTFUL Api

V1.2(5y ago)6113MITPHPCI failing

Since Jul 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/shetabit/kavenegarsms)[ Packagist](https://packagist.org/packages/shetabit/kavenegarsms)[ Docs](https://github.com/shetabit/kavenegarsms)[ RSS](/packages/shetabit-kavenegarsms/feed)WikiDiscussions master Synced yesterday

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

KavenegarSms
============

[](#kavenegarsms)

Send SMS with kavenegar RESTFUL Api

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

[](#installation)

Via Composer

```
$ composer require shetabit/kavenegarsms
```

Publish config file

```
php artisan vendor:publish
```

Usage
-----

[](#usage)

Send custom message:

```
 $mobile = '0911*******';
 $message = 'test message';

 $sms = new KavenegarSms;
 $result = $sms->send($mobile, $message);
 if($result['success']) {
    //Send successfully
 } else {
    //Send failed!
    dd($result['message']);
 }
```

Send lookup message:

```
 $mobile = '0911*******';
 $token1 = rand(1111, 9999);
 $token2 = '';
 $token3 = '';
 $template = 'verify';

 $sms = new KavenegarSms;
 $result = $sms->lookup($mobile, $token1, $token2, $token3, $template);
 if($result['success']) {
    //Send successfully
 } else {
    //Send failed!
    dd($result['message']);
 }
```

Testing
-------

[](#testing)

```
$ composer test
```

Credits
-------

[](#credits)

- \[Hashem Moghaddari\]\[link-author\]

License
-------

[](#license)

Shetabit. Please see the [license file](license.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~280 days

Total

3

Last Release

1933d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d73b855df70ba50a46d879126a3f32fb173d12ca3e778e0a72b7398cbef8a26?d=identicon)[shetabit](/maintainers/shetabit)

---

Top Contributors

[![hamog](https://avatars.githubusercontent.com/u/11465084?v=4)](https://github.com/hamog "hamog (6 commits)")[![parsagholipour](https://avatars.githubusercontent.com/u/57809920?v=4)](https://github.com/parsagholipour "parsagholipour (1 commits)")

---

Tags

kavenegarlaravel5smssms-apilaravelsmssms apishetabitKavenegarSms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shetabit-kavenegarsms/health.svg)

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

###  Alternatives

[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[tartan/laravel-iranian-sms

Laravel 5.x sms handler for working with most iranian sms operators

255.3k](/packages/tartan-laravel-iranian-sms)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)

PHPackages © 2026

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