PHPackages                             coolchi/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. coolchi/lara-termii

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

coolchi/lara-termii
===================

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

096↓25%PHP

Since Aug 15Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)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/a4f3ad84b4c904ad2fd51ed0d99f7a3444eee9841580bf543d60fa3c1ee0592f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a656576782f6c6172612d7465726d69692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zeevx/lara-termii)

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

[](#installation)

You can install the package via composer:

```
composer require coolchi/lara-termii
```

Usage:
------

[](#usage)

### Declare Instance of Class

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

- Example `$termii = new \Zeevx\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)

- [Paul Adams](https://github.com/zeevx)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 74.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cd73e04581935583e969717209d1ba36efe9693ff839f167cf2828632dd3ea8?d=identicon)[coolchi](/maintainers/coolchi)

---

Top Contributors

[![zeevx](https://avatars.githubusercontent.com/u/44035730?v=4)](https://github.com/zeevx "zeevx (23 commits)")[![coolchi](https://avatars.githubusercontent.com/u/9695063?v=4)](https://github.com/coolchi "coolchi (4 commits)")[![drchibs](https://avatars.githubusercontent.com/u/66283877?v=4)](https://github.com/drchibs "drchibs (2 commits)")[![horlathunbhosun](https://avatars.githubusercontent.com/u/25985738?v=4)](https://github.com/horlathunbhosun "horlathunbhosun (2 commits)")

### Embed Badge

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

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

###  Alternatives

[zaporylie/composer-drupal-optimizations

Composer plugin to improve composer performance for Drupal projects

14010.0M94](/packages/zaporylie-composer-drupal-optimizations)[whitecube/laravel-cookie-consent

Register, configure and ask for cookies consent in a EU-compliant way.

489563.9k1](/packages/whitecube-laravel-cookie-consent)[muhamadrezaar/highcharts

Laravel Highcarts Packages

3146.7k](/packages/muhamadrezaar-highcharts)[jarednova/mesh

package to programitcaily create content for WordPress

186.5k5](/packages/jarednova-mesh)

PHPackages © 2026

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