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

ActiveLibrary[API Development](/categories/api)

aqlx86/isms-php
===============

PHP library for ISMS SMS API

1.2(7y ago)2756MITPHP

Since Mar 15Pushed 7y ago1 watchersCompare

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

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

ISMS-PHP
========

[](#isms-php)

iSMS PHP Client

Please check isms site for the list of response error codes and description. [https://www.isms.com.my/response\_result.php](https://www.isms.com.my/response_result.php)

### Current features

[](#current-features)

- Send SMS
- Get Remaining balance

### Setup

[](#setup)

```
$ composer.phar install

```

### Sending of SMS example usage

[](#sending-of-sms-example-usage)

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

use ISMS\Recipient;
use ISMS\Message;
use ISMS\SMS;

$recipient = new Recipient('9999999');
$message = new Message($recipient, 'message to send');
$sms = new SMS('username', 'password', $message);

try
{
    $sms->send();
}
catch (\Exception $e)
{
    var_dump($e->getMessage(), $e->getCode());
}

```

### Get remaining SMS balance

[](#get-remaining-sms-balance)

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

use ISMS\Balance;

$balance = new Balance('username', 'password');

try
{
    echo $balance->get();
}
catch (\Exception $e)
{
    var_dump($e->getMessage(), $e->getCode());
}

```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~563 days

Total

2

Last Release

2778d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/294d10b72ab7852df21a32dda50374af37ab4df7a13870be085cd5b951fdb5ee?d=identicon)[aqlx86](/maintainers/aqlx86)

---

Top Contributors

[![aqlx86](https://avatars.githubusercontent.com/u/282673?v=4)](https://github.com/aqlx86 "aqlx86 (5 commits)")

---

Tags

apiismssms

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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