PHPackages                             alimasyhur/phpplaysms - 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. alimasyhur/phpplaysms

ActiveExtensions

alimasyhur/phpplaysms
=====================

PlaySMS Extension for PHP

010PHP

Since Jul 26Pushed 8y agoCompare

[ Source](https://github.com/alimasyhur/phpplaysms)[ Packagist](https://packagist.org/packages/alimasyhur/phpplaysms)[ RSS](/packages/alimasyhur-phpplaysms/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP PlaySMS
===========

[](#php-playsms)

PHP Library to send SMS using PlaySMS

How To Use
----------

[](#how-to-use)

```
require_once __DIR__ ."/vendor/autoload.php";
use \alimasyhur\phpplaysms\PlaySms;

$playsms = new PlaySms([
    'url' => 'http://example.com/index.php',
    'user' => 'youruser',
    'token' => 'yourtoken'
]);

$arrNumber = ['+628xxxxxxx','+628xyxyxyxxy''];
$message = 'Hello World';
$response = $playsms->send($arrNumber, $message);
var_dump($response);
exit(1);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/799ed3543fca10230169b65ce08df1a855ebedcd95df12b9f5d451ccbc146ad6?d=identicon)[alimasyhur](/maintainers/alimasyhur)

---

Top Contributors

[![alimasyhur](https://avatars.githubusercontent.com/u/8981410?v=4)](https://github.com/alimasyhur "alimasyhur (6 commits)")[![juliardi](https://avatars.githubusercontent.com/u/4223302?v=4)](https://github.com/juliardi "juliardi (1 commits)")

### Embed Badge

![Health badge](/badges/alimasyhur-phpplaysms/health.svg)

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

PHPackages © 2026

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