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 1mo ago

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 49% 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

2945d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1333dab155b0668333d0271221be1d17a580c0b5c3019667ae5545cb48cb644a?d=identicon)[ashifzubair](/maintainers/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

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M49](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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