PHPackages                             shahidkarimi/bizsms - 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. shahidkarimi/bizsms

ActiveLibrary

shahidkarimi/bizsms
===================

Send branded SMS to any Pakistani number

1.0(6y ago)3141MITPHP

Since Feb 27Pushed 2y ago1 watchersCompare

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

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

bizsms.pk SMS Serivice
======================

[](#bizsmspk-sms-serivice)

How to install
==============

[](#how-to-install)

To install follow these steps

1- Install `composer install shahidkarimi/bizsms`

2- Publish vendor `php artisan vendor:publish`

3- Change config `config/bizsms.php` with your bizsms.pk credentials

4- Make sure you have valid credentials purchased from

Confgiure
=========

[](#confgiure)

1- Add this to config/app.php `BizsmsServiceProvider::class`

2- Add this alias `bizsms => BizsmsServiceProvider::class`

How to use?
===========

[](#how-to-use)

1- By Global Function
---------------------

[](#1--by-global-function)

`bizsms::send('0346123456', 'SMS Body');`

2- By adding SmsNotifiable Trait to User.php
--------------------------------------------

[](#2--by-adding-smsnotifiable-trait-to-userphp)

The easiest way to send sms to a user is just using the SmsNotifiable Trait in user user class as

```
class User extends Authenticatable
{
    use SmsNotifiable;
}

```

Sending SMS `$user->notifyBySms("Hello sir");`

Want to contribute?
-------------------

[](#want-to-contribute)

You are free to contribute in this reposity.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2266d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d0d7484d2bb6434790fe2cede1e810ecfd88f41e73245bc334dc0a1927fc990?d=identicon)[shahidkarimi](/maintainers/shahidkarimi)

---

Top Contributors

[![shahidkarimi](https://avatars.githubusercontent.com/u/4100920?v=4)](https://github.com/shahidkarimi "shahidkarimi (12 commits)")

### Embed Badge

![Health badge](/badges/shahidkarimi-bizsms/health.svg)

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

PHPackages © 2026

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