PHPackages                             webazin/kavenegar - 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. [API Development](/categories/api)
4. /
5. webazin/kavenegar

ActiveLibrary[API Development](/categories/api)

webazin/kavenegar
=================

KaveNegar.com webservice for Laravel

0.0.3(3y ago)1144↓100%MITPHP

Since Dec 6Pushed 2y agoCompare

[ Source](https://github.com/webazin/KaveNegar)[ Packagist](https://packagist.org/packages/webazin/kavenegar)[ RSS](/packages/webazin-kavenegar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

\#KaveNegar

**Installation**

Step 1: Run this command:

```
composer require webazin/kavenegar

```

Step 2: Add `provider` in `config/app.php`

```
'providers' => [
    ...
    webazin\KaveNegar\KaveNegarServiceProvider::class, //Send($receptor, $sender, $message, $date, $type, $localIds);
            dd($result); // or anything do with $result
        } catch (ApiException $e) {
            return $e->errorMessage();
        } catch (HttpException $e) {
            return $e->errorMessage();
        }
    }

```

a basic example of make a call

```

public function call(SMS $sms){
   try {
	$receptor = $mobile;
	$message  = "call message";
	$date     = "";
	$localid  = "";
	$result   = $sms->CallMakeTTS( $receptor , $message , $date , $localid );
        }
    catch ( HttpException $e ) {
	echo $e->errorMessage();
	}
 }

```

for more info see [Kavenegar.com Official Document](http://kavenegar.com/rest.html)

[وب آذین](https://webazin.net)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~1095 days

Total

3

Last Release

1250d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77ce3d4e5f45a422fb431d417329de94d8b99391fe2f131054f16fdb849a0f7a?d=identicon)[webazin](/maintainers/webazin)

---

Top Contributors

[![mahdi4187](https://avatars.githubusercontent.com/u/25785927?v=4)](https://github.com/mahdi4187 "mahdi4187 (28 commits)")[![iMohammadd](https://avatars.githubusercontent.com/u/2062120?v=4)](https://github.com/iMohammadd "iMohammadd (7 commits)")

---

Tags

laravelsmsirankavenegarmtnirancellmciir-mci

### Embed Badge

![Health badge](/badges/webazin-kavenegar/health.svg)

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

###  Alternatives

[aloha/twilio

Twilio API for Laravel

4733.6M5](/packages/aloha-twilio)[kavenegar/laravel

laravel 4 and 5 kavenegar integration

87336.7k4](/packages/kavenegar-laravel)[kavenegar/laravel-notification

laravel notificatiion channel for Kavenegar

1338.5k1](/packages/kavenegar-laravel-notification)[lakshmajim/plivo

Send SMS using Plivo Cloud API

205.7k](/packages/lakshmajim-plivo)

PHPackages © 2026

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