PHPackages                             zeevx/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. [API Development](/categories/api)
4. /
5. zeevx/lara-termii

ActiveLibrary[API Development](/categories/api)

zeevx/lara-termii
=================

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

0.1.5(4y ago)89.6k↓50%13[3 PRs](https://github.com/zeevx/lara-termii/pulls)MITPHPPHP ^7.4|^8.0

Since Jun 14Pushed 2y ago2 watchersCompare

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

READMEChangelogDependencies (3)Versions (7)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 zeevx/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

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~16 days

Total

6

Last Release

1709d ago

### Community

Maintainers

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

---

Top Contributors

[![zeevx](https://avatars.githubusercontent.com/u/44035730?v=4)](https://github.com/zeevx "zeevx (23 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)")

---

Tags

zeevxlara-termii

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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