PHPackages                             bitfuel/laravel-msg91 - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. bitfuel/laravel-msg91

ActiveLibrary[HTTP &amp; Networking](/categories/http)

bitfuel/laravel-msg91
=====================

Package for MSG91 sms API

1.0.1(6y ago)048MITPHP

Since Mar 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bitfuel/laravel-msg91)[ Packagist](https://packagist.org/packages/bitfuel/laravel-msg91)[ RSS](/packages/bitfuel-laravel-msg91/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

This is originally develeoped at Robin C Samuel | laravel-msg91. Modified to acheive my needs.

### Installation

[](#installation)

Installation via composer

Add `bitfuel/laravel-msg91` to your composer requirements:

```
"require": {
    "bitfuel/laravel-msg91": "dev-master"
}
```

Now run `composer update`

Once the package is installed, open your `app/config/app.php` configuration file and locate the `providers` key. Add the following line to the end:

```
BitFuel\LaravelMsg91\LaravelMsg91ServiceProvider::class
```

Next, locate the `aliases` key and add the following line:

```
'LaravelMsg91' => BitFuel\LaravelMsg91\Facades\LaravelMsg91::class,
```

Put the credentials &amp; preferences in ENV with the keys `MSG91_KEY`, `MSG91_SENDER_ID`, `MSG91_ROUTE`, `MSG91_COUNTRY`.

Optionally, you can use your own base uri by setting `MSG91_BASE_URI` (for resellers)

If you wan't to customize this, publish the default configuration which will create a config file `config/msg91.php`.

```
$ php artisan vendor:publish
```

### Usage

[](#usage)

1. Send an SMS to one or more numbers. See the package config file to set up API access.

    ```
    $result = LaravelMsg91::message(919090909090, 'This is a test message');

    $result = LaravelMsg91::message(array('919090909090', '919090909091'), 'This is a test message to multiple recepients');
    ```
2. Send OTP

    ```
    $result = LaravelMsg91::sendOtp(919090909090, 1290);

    $result = LaravelMsg91::sendOtp(919090909090, 1290, "Your otp for phone verification is 1290");
    ```
3. Resend OTP

    ```
    $result = LaravelMsg91::resendOtp(919090909090);

    $result = LaravelMsg91::resendOtp(919090909090, 'voice');
    ```
4. Verify OTP

    ```
    $result = LaravelMsg91::verifyOtp(919090909090, 1290); // returns true or false

    $result = LaravelMsg91::verifyOtp(919090909090, 1290, ['raw' => true]); // returns what msg91 replies (includes error message & type)
    ```

### License

[](#license)

The MIT License (MIT)

Copyright (c) 2017 Robin C Samuel

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

2298d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12391055?v=4)[bitfuel](/maintainers/bitfuel)[@bitfuel](https://github.com/bitfuel)

---

Top Contributors

[![robincsamuel](https://avatars.githubusercontent.com/u/4545992?v=4)](https://github.com/robincsamuel "robincsamuel (14 commits)")[![SantoshBhardwaj](https://avatars.githubusercontent.com/u/35171332?v=4)](https://github.com/SantoshBhardwaj "SantoshBhardwaj (4 commits)")[![shahbaz17](https://avatars.githubusercontent.com/u/6962565?v=4)](https://github.com/shahbaz17 "shahbaz17 (1 commits)")

---

Tags

laravel-packagesms apimsg91 laravelmsg91 laravel packagelaravel sms packagelaravel-msg91text api

### Embed Badge

![Health badge](/badges/bitfuel-laravel-msg91/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M65](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M189](/packages/guzzlehttp-guzzle-services)

PHPackages © 2026

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