PHPackages                             itechpk/brandedsms - 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. itechpk/brandedsms

ActiveLibrary[API Development](/categories/api)

itechpk/brandedsms
==================

Public API for sending SMS via BrandedSMS.Pk Service.

1.0.0(8y ago)016MITPHP

Since Apr 16Pushed 7y agoCompare

[ Source](https://github.com/itechpk/brandedsms)[ Packagist](https://packagist.org/packages/itechpk/brandedsms)[ RSS](/packages/itechpk-brandedsms/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

BrandedSMS.Pk (for Pakistan Mobile Networks)
============================================

[](#brandedsmspk-for-pakistan-mobile-networks)

Public API for sending SMS via BrandedSMS.Pk Service.

Installation
============

[](#installation)

```
composer require itechpk/brandedsms

```

PHP Code
========

[](#php-code)

```
require_once("./vendor/autoload.php");

use Itechpk\Brandedsms\BrandedSms;

//Configuration
$userId = "USER_ID";
$key = "SECRET_KEY";
$mask = "MASK";

//Sms Data
$mobileNo = "92333xxxxxxx";
$msg = "Your message here.";

//creating object
$sms = new BrandedSms();
//setting configuration
$sms->config($userId , $key , $mask);
//sending sms
$sent = $sms->send($mobileNo , $msg);

if($sent)
{
	echo "Sms send.";
}
else
{
	//$lastCode = null;
    //$lastReply = null;
    //$lastId = null;
    //$lastSts = false;
	echo "Sms failed to send.";
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

2997d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38427010?v=4)[Ashif Zubair](/maintainers/ashifzubair)[@ashifzubair](https://github.com/ashifzubair)

---

Top Contributors

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

---

Tags

mobilepakistanitechpkbrandedsms

### Embed Badge

![Health badge](/badges/itechpk-brandedsms/health.svg)

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

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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