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

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

applab/laravel-sms
==================

applab sms via Ooredoo

V1.0.3(4y ago)03.1k↑20%MITPHPPHP &gt;=5.6

Since Aug 26Pushed 2y agoCompare

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

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

[![](https://camo.githubusercontent.com/3c82694f87d9c29e9a313f1a1a8f37d6d7ba3ea24d6c3871caad9c3b5446b816/68747470733a2f2f6170706c61622e71612f77702d636f6e74656e742f75706c6f6164732f323032302f31312f706167652d6c6f676f2e737667)](https://applab.qa)

Applab SMS Gateway
------------------

[](#applab-sms-gateway)

This SMS Gateway support you to authenticate your user with SMS OTP

Below are a full list of features:

- Authenticate with One time password
- Single SMS
- Bulk SMS

About Applab
------------

[](#about-applab)

[AppLab](https://applab.qa/contact-us) is a leading company specialized in online platforms development. Online Platforms include Back-end, Databases, Web Applications and Mobile

Installing Applab SMS
---------------------

[](#installing-applab-sms)

The recommended way to install Applab Sadad is through [Composer](https://getcomposer.org/).

```
composer require applab/laravel-sms
```

Publish configuration and migrations

```
php artisan vendor:publish --provider="Applab\LaravelSms\LaravelSmsServiceProvider"
```

The service provider is loaded automatically using [package discovery](https://laravel.com/docs/5.7/packages#package-discovery).

Usage
-----

[](#usage)

### Configuration

[](#configuration)

The package ships with a configuration file called applab-sms.php which is published to the config directory during installation. Below is an outline of the settings. Issued when creating your Applab SMS account

```
APPLAB_SMS_USERNAME
APPLAB_SMS_PASSWORD
APPLAB_SMS_API_KEY
APPLAB_SMS_MESSAGE_ID
```

Message ID optional, This using only for OTP Template

### Authenticate by OTP

[](#authenticate-by-otp)

```
    $response= ApplabSMS::otpSend(MobilNo,MessageID,Lang);
    $response= ApplabSMS::otpReSend($pinId);//recieved before
    $response= ApplabSMS::otpVerify($pinId,$otp);
```

### Single Message

[](#single-message)

```
  ApplabSMS::singleMessage($destination,$message);
```

### Single Message

[](#single-message-1)

```
  ApplabSMS::multipleRecipients($destinations,$message);
```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within this package, please send an e-mail to Manu Applab via . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Total

4

Last Release

1593d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/941d3c1ea621f54eb13649bb7be84a494b7a8753affa07fc20adf03819c1c78b?d=identicon)[manu-applab](/maintainers/manu-applab)

---

Top Contributors

[![manu-applab](https://avatars.githubusercontent.com/u/63874612?v=4)](https://github.com/manu-applab "manu-applab (15 commits)")

---

Tags

laravelsmsapplab

### Embed Badge

![Health badge](/badges/applab-laravel-sms/health.svg)

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

###  Alternatives

[midnite81/geolocation

A laravel package which wraps the IP Info DB and IP2Location Services

3624.1k](/packages/midnite81-geolocation)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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