PHPackages                             tmoh/nimba-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. [API Development](/categories/api)
4. /
5. tmoh/nimba-sms

ActiveLibrary[API Development](/categories/api)

tmoh/nimba-sms
==============

Laravel package for NIMBA SMS API integration

1.0.3(1mo ago)0599MITPHPPHP ^8.2CI passing

Since Oct 12Pushed 1mo agoCompare

[ Source](https://github.com/medchelios/nimba-sms)[ Packagist](https://packagist.org/packages/tmoh/nimba-sms)[ RSS](/packages/tmoh-nimba-sms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (16)Versions (5)Used By (0)

NIMBA SMS Laravel Package
=========================

[](#nimba-sms-laravel-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/801335d1471296ddfa0ba4ddd034459d1c0c7deaefc6eb9e1c76475f16172843/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746d6f682f6e696d62612d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tmoh/nimba-sms)[![Total Downloads](https://camo.githubusercontent.com/969e54e1d4b34375a9b7658518cb4e8ff3721141874d60559da01a66f80fd0c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746d6f682f6e696d62612d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tmoh/nimba-sms)

Laravel package for NIMBA SMS API integration.

> 📖 **Official Documentation**: [NIMBA SMS API Documentation](https://developers.nimbasms.com/#section/Introduction)

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

[](#installation)

```
composer require tmoh/nimba-sms
```

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

[](#configuration)

Publish config:

```
php artisan vendor:publish --provider="Tmoh\NimbaSms\NimbaSmsServiceProvider" --tag="config"
```

Add to `.env`:

```
NIMBA_SMS_BASE_URL=https://api.nimbasms.com
NIMBA_SMS_SERVICE_ID=your_service_id
NIMBA_SMS_SERVICE_SECRET=your_service_secret
NIMBA_SMS_DEFAULT_SENDER_NAME=NIMBA
NIMBA_SMS_TIMEOUT=30
```

Usage
-----

[](#usage)

```
use Tmoh\NimbaSms\Facades\NimbaSms;

try {
    // Send SMS
    $response = NimbaSms::sendSms('623123456', 'Hello World!');

    // Get account info
    $account = NimbaSms::getAccounts();

    // Get sender names
    $senderNames = NimbaSms::getSenderNames();

    // Get webhooks
    $webhooks = NimbaSms::getWebhooks();

    // Get purchases
    $purchases = NimbaSms::getPurchases();

} catch (Exception $e) {
    echo $e->getMessage();
}
```

License
-------

[](#license)

MIT

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance95

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~52 days

Total

4

Last Release

52d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89d0d0d5857991b4e0f920532920de3dd3c0b261e34580709b45400780ae2382?d=identicon)[tmoh90](/maintainers/tmoh90)

---

Top Contributors

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

---

Tags

apilaravelsmsnimba

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/tmoh-nimba-sms/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)

PHPackages © 2026

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