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

ActivePackage

hizbul/onnorokom-sms
====================

Sending bulk sms using onnorokomsms service

1.2.0(7y ago)23478↓100%10MITPHPPHP &gt;=5.6.0

Since Dec 20Pushed 4y ago3 watchersCompare

[ Source](https://github.com/hizbul25/onnorokom-sms)[ Packagist](https://packagist.org/packages/hizbul/onnorokom-sms)[ RSS](/packages/hizbul-onnorokom-sms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

OnnoRokom SMS for Laravel 5.*, 6.*, 7.\* and 8.\*
=================================================

[](#onnorokom-sms-for-laravel-5-6-7-and-8)

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

[](#installation)

The OnnoRokom SMS Service Provider can be installed via [Composer](http://getcomposer.org) by requiring the `hizbul/onnorokom-sms` package and setting the `minimum-stability` to `dev` (required for Laravel 5.\*) in your project's `composer.json`.

```
{
    "require": {
        "hizbul/onnorokom-sms": "dev-master",
    },
}
```

or

Require this package with composer:

```
composer require hizbul/onnorokom-sms

```

Update your packages with `composer update` or install with `composer install`.

Usage
-----

[](#usage)

To use the OnnoRokom SMS Service Provider, you must register the provider when bootstrapping your Laravel application. There are essentially two ways to do this.

Find the `providers` key in `config/app.php` and register the OnnoRokom SMS Service Provider.

```
    'providers' => [
        // ...
        Hizbul\OnnorokomSms\OnnorokomSmsServiceProvider::class,
    ]
```

Find the `aliases` key in `config/app.php`.

```
    'aliases' => [
        // ...
        'OnnoRokomSMS' => Hizbul\OnnorokomSms\Facades\OnnoRokomSMS::class,
    ]
```

Configuration
-------------

[](#configuration)

To use your own settings, publish config.

`$ php artisan vendor:publish --provider="Hizbul\OnnorokomSms\OnnorokomSmsServiceProvider"`

Sending a text message One to One:
----------------------------------

[](#sending-a-text-message-one-to-one)

```
    onnorokom_sms(['message' => 'some text msg', 'mobile_number' => '01918....']);
```

Sending text message One to Many (Bulk):
----------------------------------------

[](#sending-text-message-one-to-many-bulk)

```
    onnorokom_sms(['message' => 'some text msg', 'mobile_number' => ['01918....', '0171....']]);
```

Based on [OnnoRokom SMS Service](https://www.onnorokomsms.com/bulk-sms-feature/sms-gateway-api-for-developer.php)

^\_^

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

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

Every ~339 days

Total

3

Last Release

2751d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4696198f6dfa84a6d2ae1075878bdd5138907cb816e7826a30f935e0be5d1e3e?d=identicon)[hizbul](/maintainers/hizbul)

---

Top Contributors

[![hizbul25](https://avatars.githubusercontent.com/u/4462574?v=4)](https://github.com/hizbul25 "hizbul25 (10 commits)")

---

Tags

onnorokom-sms-servicesmsSMS ServiceOnnoRokom SMS Service LaravelBulk SMS OnnoRokom

### Embed Badge

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

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

PHPackages © 2026

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