PHPackages                             bhavinjr/laravel-alots - 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. bhavinjr/laravel-alots

ActiveLibrary

bhavinjr/laravel-alots
======================

Laravel SMS APIs for alots

1.3(5y ago)05691MITPHPPHP &gt;=5.6.0

Since Apr 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bhavinjr/laravel-alots)[ Packagist](https://packagist.org/packages/bhavinjr/laravel-alots)[ RSS](/packages/bhavinjr-laravel-alots/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

laravel-alots
=============

[](#laravel-alots)

A simple alots sms gateway implementation for Laravel 5.*|6.*|7.\*

For more information please visit:-

[![Latest Stable Version](https://camo.githubusercontent.com/e798d59ad27d3dc047b9648e50d52941cf09e13637d0762de4d2caa20fc8dcd3/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f6c61726176656c2d616c6f74732f762f737461626c65)](https://packagist.org/packages/bhavinjr/laravel-alots)[![Total Downloads](https://camo.githubusercontent.com/f24046eec11c8fa31663f75ca0d3ee7b3fe01e2189f3d0d9b2eec5d25613e3b6/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f6c61726176656c2d616c6f74732f646f776e6c6f616473)](https://packagist.org/packages/bhavinjr/laravel-alots)[![License](https://camo.githubusercontent.com/4c8f5b60365578be2b4dcc88f74d4ea14b2d112f8bdfeb14bd1ba049aa5e6084/68747470733a2f2f706f7365722e707567782e6f72672f62686176696e6a722f6c61726176656c2d616c6f74732f6c6963656e7365)](https://packagist.org/packages/bhavinjr/laravel-alots)

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

[](#installation)

First, you'll need to install the package via Composer:

```
$ composer require bhavinjr/laravel-alots
```

If you are don't use using Laravel 5.5.\* Then, update `config/app.php` by adding an entry for the service provider.

```
'providers' => [
    // ...
    Bhavinjr\Alots\Providers\AlotsServiceProvider::class,
];

'aliases' => [
    //...
    "Alots": "Bhavinjr\Alots\Facades\Alots",
];
```

In command line paste this command:

```
php artisan config:cache
```

In command line again, publish the default configuration file:

```
php artisan vendor:publish --provider="Bhavinjr\Alots\Providers\AlotsServiceProvider"
```

In command line paste this command:

```
php artisan migrate
```

Configuration
-------------

[](#configuration)

Configuration was designed to be as flexible. global configuration can be set in the `config/alots.php` file.

```
return [
    'table_names' => [
        'messages'    => 'alots_messages',
    ],
];

```

after update `config/alots.php` file.

```
php artisan config:cache
```

Usage
-----

[](#usage)

The package gives you the following methods to use:

Send sms is really simple

you need specify mobile\_number and sms\_text respectively all parameter are compulsory

### Alots::simpleSms()

[](#alotssimplesms)

```
Alots::simpleSms('9876543210', 'test sms');
```

### Alots::unicodeSms()

[](#alotsunicodesms)

Send unicode sms

```
Alots::unicodeSms('9876543210', 'test sms');
```

### Alots::scheduleSms()

[](#alotsschedulesms)

You can schedule sms

```
Alots::scheduleSms('9876543210', 'test sms', '01012020-1010AM');
```

### Alots::groupSms()

[](#alotsgroupsms)

Send sms using group

you need specify group\_id and sms\_text respectively all parameter are compulsory

```
Alots::groupSms('123', 'test sms');
```

### Alots::getDeliveryReport()

[](#alotsgetdeliveryreport)

To check sms delivery status.

you need specify message\_id

```
Alots::getDeliveryReport('123');
```

### Alots::checkCredit()

[](#alotscheckcredit)

To check available sms/credit limit.

```
Alots::checkCredit();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

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

Total

4

Last Release

1855d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01c6fe33126dfd61eb9a802f458eb760ffbcae3a091e76b89aeb8b6c0e8678a0?d=identicon)[bhavinjr](/maintainers/bhavinjr)

---

Top Contributors

[![bhavinjr](https://avatars.githubusercontent.com/u/30195960?v=4)](https://github.com/bhavinjr "bhavinjr (1 commits)")

---

Tags

alots-smsalots-sms-laravellaravellaravel-alots-smslaravel-smssms-laravellaravellaravel-smssms-laravelalots smsalots sms laravellaravel alots sms

### Embed Badge

![Health badge](/badges/bhavinjr-laravel-alots/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

264778.4k3](/packages/laravel-cashier-paddle)[tzsk/sms

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

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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