PHPackages                             sabanovin/php - 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. sabanovin/php

ActiveLibrary[API Development](/categories/api)

sabanovin/php
=============

A PHP wrapper for SabaNovin's REST API

v1.0.3(5y ago)3870↓50%11MITPHPPHP &gt;=5.4.0

Since Sep 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sabanovin/php)[ Packagist](https://packagist.org/packages/sabanovin/php)[ Docs](http://github.com/SabaNovin/sabanovin-php)[ RSS](/packages/sabanovin-php/feed)WikiDiscussions master Synced 2mo ago

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

SabaNovin PHP
=============

[](#sabanovin-php)

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

[](#installation)

Use in these ways :

```
composer require sabanovin/php
```

Usage
-----

[](#usage)

Send Simple SMS by SabaNovin API:

```
require __DIR__ . '/vendor/autoload.php';

try{
	$api = new \SabaNovin\SabaNovinApi( "API-Key" );
	$gateway = "100020500";
	$text = "متن تست";
	$to = array("09370000000", "09120000000");
	$result = $api->Send($gateway, $to, $text);
	if($result->entries){
		foreach($result->entries as $entry) {
			echo "reference_id = $entry->reference_id";
			echo "status   = $entry->status";
			echo "mobile   = $entry->mobile";
			echo "datetime = $entry->datetime";
		}
	}
}
catch(\SabaNovin\Exceptions\ApiException $e){
	echo $e->errorMessage();
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.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 ~139 days

Total

4

Last Release

2006d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ffcc67662219dfcb7f921bbba497854f42c6783581c7663047490c260db02c7?d=identicon)[sabanovin](/maintainers/sabanovin)

---

Top Contributors

[![kamrava](https://avatars.githubusercontent.com/u/5755992?v=4)](https://github.com/kamrava "kamrava (5 commits)")[![irfan-ansari-au28](https://avatars.githubusercontent.com/u/18440293?v=4)](https://github.com/irfan-ansari-au28 "irfan-ansari-au28 (1 commits)")

---

Tags

apismssabanovin

### Embed Badge

![Health badge](/badges/sabanovin-php/health.svg)

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

###  Alternatives

[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1101.9M5](/packages/plivo-php-sdk)[melipayamak/php

A PHP wrapper for melipayamak's web services

3294.4k5](/packages/melipayamak-php)[smsfactor/smsfactor-php-sdk

SMSFactor client library for PHP

15382.5k2](/packages/smsfactor-smsfactor-php-sdk)

PHPackages © 2026

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