PHPackages                             myomyintaung512/smspoh - 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. myomyintaung512/smspoh

ActiveLibrary

myomyintaung512/smspoh
======================

A PHP library for interacting with the SMSPoH RESTful SMS API

v1.0.1(1y ago)02MITPHPPHP &gt;=7.4

Since Jan 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/myomyintaung512/php-smspoh-v3)[ Packagist](https://packagist.org/packages/myomyintaung512/smspoh)[ RSS](/packages/myomyintaung512-smspoh/feed)WikiDiscussions main Synced 1mo ago

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

PHP SMSPoH V3 Library
=====================

[](#php-smspoh-v3-library)

This is a PHP library to interact with the SMSPoH V3 API.

Installation
------------

[](#installation)

Install using Composer:

```
composer require myomyintaung512/smspoh
```

Usage
-----

[](#usage)

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

use myomyintaung512\smspoh\SmsPohApi;

$apiKey = 'your_api_key';
$apiSecret = 'your_api_secret';

$api = new SmsPohApi($apiKey, $apiSecret);

// Send an SMS
$response = $api->sendSms('09xxxxxxxxx', 'Hello World', 'YourSenderID', [
    'clientReference' => 'abcde12345',
    'test' => true,
]);
print_r($response);

// Get balance
$response = $api->getBalance();
print_r($response);

// Get messages
$response = $api->getMessages(['limit' => 10]);
print_r($response);
```

Testing
-------

[](#testing)

Run tests with PHPUnit:

```
vendor/bin/phpunit tests
```

License
-------

[](#license)

This library is licensed under the MIT License.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance44

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~30 days

Total

2

Last Release

439d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68decbff5127a14c01e57893a847759f5d4b1f9b519dcdf7cce254dc4445ac8c?d=identicon)[myomyintaung512](/maintainers/myomyintaung512)

---

Top Contributors

[![myomyintaung512](https://avatars.githubusercontent.com/u/2306452?v=4)](https://github.com/myomyintaung512 "myomyintaung512 (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/myomyintaung512-smspoh/health.svg)

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

PHPackages © 2026

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