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)27561MITPHP

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 3w ago

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

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 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

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

2823d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/282673?v=4)[Arnel Labarda](/maintainers/aqlx86)[@aqlx86](https://github.com/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

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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