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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alimasyhur/phpplaysms

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

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 2w 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 13% 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://avatars.githubusercontent.com/u/8981410?v=4)[Ali Masyhur](/maintainers/alimasyhur)[@alimasyhur](https://github.com/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)
```

###  Alternatives

[simple-icons/simple-icons

SVG icons for popular brands

25.2k210.1k4](/packages/simple-icons-simple-icons)[outl1ne/nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.

243260.1k4](/packages/outl1ne-nova-menu-builder)[pzs/nav-online-invoice

A PHP interface for Online Invoice Data Reporting of Hungarian Tax Office (NAV)

166242.8k](/packages/pzs-nav-online-invoice)[bcc/auto-mapper-bundle

An object to object mapper bundle for Symfony2

63444.6k](/packages/bcc-auto-mapper-bundle)[stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin

Google Tag Manager Enhanced Ecommerce plugin for Sylius.

41242.2k](/packages/stefandoorn-sylius-google-tag-manager-enhanced-ecommerce-plugin)[96qbhy/tt-microapp

字节跳动小程序sdk

729.3k](/packages/96qbhy-tt-microapp)

PHPackages © 2026

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