PHPackages                             hariadi/sms - 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. hariadi/sms

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

hariadi/sms
===========

PHP implementation of SMS Service in Malaysia

2123PHP

Since Apr 5Pushed 12y ago2 watchersCompare

[ Source](https://github.com/hariadi/sms)[ Packagist](https://packagist.org/packages/hariadi/sms)[ RSS](/packages/hariadi-sms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

ISMS
====

[](#isms)

[![Build Status](https://camo.githubusercontent.com/9a2e9d62037c3d9af393451fbc55952cbb969ff408ffe7f9826753c4258094b4/68747470733a2f2f7472617669732d63692e6f72672f686172696164692f69736d732e706e67)](https://travis-ci.org/hariadi/isms)

> PHP implementation of [ISMS](http://www.isms.com.my) Service

Usage
-----

[](#usage)

Send SMS:

```
//require_once 'src/Sms/isms.php';	// not required using composer
$sms = new \Sms\isms( $login, $password );
$sms->setMessage('Some message');
$sms->setNumber('Some number');
$sms->setNumber(array('number1', 'number2'));

$response = $sms->send();
var_dump($response);
```

Check Balance:

```
//require_once 'src/Sms/isms.php';	// not required using composer
$sms = new \Sms\isms( $login, $password );

$response = $sms->balance();
var_dump($response);
```

Schedule SMS:

```
$sms = new \Sms\isms( $login, $password );
$sms->setMessage('Some message');
$sms->setNumber('Some number');
$sms->setNumber(array('number1', 'number2'));
$sms->schedule($desc, $tr = 'onetime', $date, $hour, $min, $week = 1, $month = 1, $day = 1);

$response = $sms->send();
var_dump($response);
```

Official Documentation
----------------------

[](#official-documentation)

Documentation for the entire SMS API Integration can be found on the [ISMS website](http://www.isms.com.my/sms_api.php).

Contributing
------------

[](#contributing)

**All pull requests should be filed on the development branch [hariadi/isms](http://github.com/hariadi/isms) repository.**

License
-------

[](#license)

The ISMS PHP Library is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0df440312528d7737e222b654274174ee2065240dbf1a07df094d745cab41094?d=identicon)[hariadi](/maintainers/hariadi)

---

Top Contributors

[![hariadi](https://avatars.githubusercontent.com/u/376635?v=4)](https://github.com/hariadi "hariadi (8 commits)")

### Embed Badge

![Health badge](/badges/hariadi-sms/health.svg)

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

###  Alternatives

[spatie/laravel-mailcoach-editor

An Editor editor package for Mailcoach

11247.6k1](/packages/spatie-laravel-mailcoach-editor)[temporal-php/support

Helpers that simplify working with the Temporal PHP SDK

1115.3k](/packages/temporal-php-support)

PHPackages © 2026

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