PHPackages                             appsdept/lankabell-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. appsdept/lankabell-sms

ActiveLibrary

appsdept/lankabell-sms
======================

A simple package to connect LankaBell SMS Api, with 2factor Authentication

v1.0.2(4y ago)111MITPHP

Since Jul 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/appsdeptCOM/LaravelLankaBellSMS)[ Packagist](https://packagist.org/packages/appsdept/lankabell-sms)[ RSS](/packages/appsdept-lankabell-sms/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel LankaBell SMS Library by AppsDept
=========================================

[](#laravel-lankabell-sms-library-by-appsdept)

Introduction
------------

[](#introduction)

AppsDept LankaBell SMS Library provides a simple interface to send SMSs

License
-------

[](#license)

Laravel LankaBell SMS Library is open-sourced software licensed under the [MIT license](LICENSE.md).

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

[](#installation)

### Require from composer

[](#require-from-composer)

composer require appsdept/lankabell-sms

### Publish the Provider

[](#publish-the-provider)

php artisan vendor:publish --provider="AppsDept\\LaravelLankaBellSMS\\LankaBellServiceProvider"

### Migrate

[](#migrate)

php artisan migrate

### Environment Setup

[](#environment-setup)

Generate your LB\_Key from your dashboard.

Add the following inside your .env

LB\_SECURE\_KEY="LB\_Key750 YouKeyGoesHere="

LB\_API\_PORT=4090

Usage
-----

[](#usage)

### 2Factor Auth

[](#2factor-auth)

This will Text a Random code and returns the generated code.

$code = LankaBellSMS::TwoFactorAuth('071XXXXXXX');

return $code;

### Send a SMS to a Number

[](#send-a-sms-to-a-number)

LankaBellSMS::SendText('071XXXXXXX', 'Message that need to be sent');

The Send messages will be stored in the databases.

Contact Us
----------

[](#contact-us)

[www.appsdept.com](http://www.appsdept.com)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1770d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60d8a73537c5826fc4e8b82e56740470b0290c8008dc762ec23ec530398e5828?d=identicon)[lasan](/maintainers/lasan)

---

Top Contributors

[![LasanthaSudeera](https://avatars.githubusercontent.com/u/19815215?v=4)](https://github.com/LasanthaSudeera "LasanthaSudeera (21 commits)")

### Embed Badge

![Health badge](/badges/appsdept-lankabell-sms/health.svg)

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

PHPackages © 2026

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