PHPackages                             ashrafi/php-sms-gateway - 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. ashrafi/php-sms-gateway

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

ashrafi/php-sms-gateway
=======================

php sms gateway

v0.0.3(9y ago)0152MITPHPPHP &gt;=5.2

Since May 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/ashrafimanesh/phpSmsGateway)[ Packagist](https://packagist.org/packages/ashrafi/php-sms-gateway)[ RSS](/packages/ashrafi-php-sms-gateway/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

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

/**
 * Created by PhpStorm.
 * User: ashrafimanesh@gmail.com
 * Date: 4/3/17
 * Time: 5:05 PM
 */
$kavenegarConfig=new \Ashrafi\SMSGateway\Gateways\KavenegarConfig();

$kavenegarConfig->setFrom('xyz')->setApiKey('xyz');

$SMSGateway=\Ashrafi\SMSGateway\SMSGateway::getInstance(['kavenegar'=>$kavenegarConfig]);

echo '';
var_dump($SMSGateway->send('mobile number ','sms text'));

echo '';
var_dump($SMSGateway->kavenegar->send('mobile number ','sms text'));

echo '';
var_dump($SMSGateway->tryAll('mobile number ','sms text'));
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

Unknown

Total

1

Last Release

3290d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16174024?v=4)[ramin ashrafimanesh](/maintainers/ashrafimanesh)[@ashrafimanesh](https://github.com/ashrafimanesh)

---

Top Contributors

[![ashrafimanesh](https://avatars.githubusercontent.com/u/16174024?v=4)](https://github.com/ashrafimanesh "ashrafimanesh (6 commits)")[![meysam69](https://avatars.githubusercontent.com/u/12218144?v=4)](https://github.com/meysam69 "meysam69 (2 commits)")

### Embed Badge

![Health badge](/badges/ashrafi-php-sms-gateway/health.svg)

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

PHPackages © 2026

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