PHPackages                             dharuna/lara-termii - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. dharuna/lara-termii

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

dharuna/lara-termii
===================

A Laravel Package for Termii SMS - https://www.termii.com

1.1.0(10mo ago)015MITPHPPHP ^8.1|^8.2|^8.3

Since Feb 17Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/dharuna/lara-termii)[ Packagist](https://packagist.org/packages/dharuna/lara-termii)[ Docs](https://github.com/dharuna/lara-termii)[ RSS](/packages/dharuna-lara-termii/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

 [![](https://camo.githubusercontent.com/baf8f1f70e5787cbccc775e0a45c9d1fdf3ae575a42e7d73f2a42376842352dc/68747470733a2f2f7465726d69692e636f6d2f6173736574732f696d616765732f6c6f676f2e706e67 "Termii")](https://camo.githubusercontent.com/baf8f1f70e5787cbccc775e0a45c9d1fdf3ae575a42e7d73f2a42376842352dc/68747470733a2f2f7465726d69692e636f6d2f6173736574732f696d616765732f6c6f676f2e706e67)

Termii Laravel Package
----------------------

[](#termii-laravel-package)

Lara-Termii helps you Set up, test, and manage your Termii integration directly in your Laravel App.

[![Total Downloads](https://camo.githubusercontent.com/79897a69406a02d3ac62ee4bbfa30751b4e9cbb6ded84c21998d5e3301a6508f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64686172756e612f6c6172612d7465726d69692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dharuna/lara-termii)

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

[](#installation)

You can install the package via composer:

```
composer require dharuna/lara-termii
```

Usage:
------

[](#usage)

### Declare Instance of Class

[](#declare-instance-of-class)

- Example `$termii = new \Dharuna\LaraTermii\LaraTermii("YOUR-TERMII-API-KEY");`

### Check your balance on Termii

[](#check-your-balance-on-termii)

- You can check your termii balance.
- Run `$termii->balance()`

### Reports for messages sent across the sms, voice &amp; whatsapp channels

[](#reports-for-messages-sent-across-the-sms-voice--whatsapp-channels)

- You can check reports for messages sent across the sms, voice &amp; whatsapp channels.
- Run `$termii->history()`

### Detect if a number is fake or has ported to a new network

[](#detect-if-a-number-is-fake-or-has-ported-to-a-new-network)

- You can check if a number is fake or has ported to a new network.
- Run `$termii->status(int $phone_number, string $country_code) ` and pass appropriate params

### Verify phone numbers and automatically detect their status

[](#verify-phone-numbers-and-automatically-detect-their-status)

- You can verify phone numbers and automatically detect their status.
- Run `$termii->search(int $phone_number) ` and pass appropriate params

### Retrieve the status of all registered sender ID

[](#retrieve-the-status-of-all-registered-sender-id)

- You can retrieve the status of all registered sender ID.
- Run `$termii->allSenderId()`

### Request a new sender ID

[](#request-a-new-sender-id)

- You can request a new sender ID.
- Run `$termii->submitSenderId(string $sender_id, string $use_case, string $company)` and pass appropriate params

### Send Message

[](#send-message)

- You can a message.
- Run `$termii->sendMessage(int $to, string $from, string $sms, string $channel = "generic", bool $media = false, string $media_url = null, string $media_caption = null)` and pass appropriate params

### Send OTP

[](#send-otp)

- You can send OTP
- Run `$termii->sendOTP(int $to, string $from, string $message_type, int $pin_attempts, int $pin_time_to_live, int $pin_length, string $pin_placeholder, string $message_text, string $channel = "generic")` and pass appropriate params

### Send Voice OTP

[](#send-voice-otp)

- You can send OTP
- Run `$termii->sendVoiceOTP(int $to, int $pin_attempts, int $pin_time_to_live, int $pin_length)` and pass appropriate params

### Send Voice Call

[](#send-voice-call)

- You can send OTP
- Run `$termii->sendVoiceCall(int $to, int $code)` and pass appropriate params

### OTP Validation

[](#otp-validation)

- You can verify or validate OTP
- Run `$termii->verifyOTP(string $pinId, string $pin) ` pass appropriate params

### Send In-App OTP

[](#send-in-app-otp)

- You can send In-App OTP
- Run `$termii->sendInAppOTP(int $to, int $pin_attempts, int $pin_time_to_live, int $pin_length, string $pin_type)` and pass appropriate params

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Danladi Haruna](https://github.com/dharuna)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information. This package is a fork of [dharuna/lara-termii](https://github.com/dharuna/lara-termii) and has been updated to support Laravel 11.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~125 days

Total

2

Last Release

321d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.1.0PHP ^8.1|^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c8fd412ca2e32c5f929e99bc09352a44dad3343cc5aa88b5f5766c081c5ef3a?d=identicon)[dharuna](/maintainers/dharuna)

---

Top Contributors

[![dharuna](https://avatars.githubusercontent.com/u/53976247?v=4)](https://github.com/dharuna "dharuna (16 commits)")

---

Tags

laravelsmslara-termiitermiidharuna

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dharuna-lara-termii/health.svg)

```
[![Health](https://phpackages.com/badges/dharuna-lara-termii/health.svg)](https://phpackages.com/packages/dharuna-lara-termii)
```

###  Alternatives

[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)[ghanem/laravel-smsmisr

Send SMS and SMS Notification via SMS Misr for Laravel

194.8k](/packages/ghanem-laravel-smsmisr)

PHPackages © 2026

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