PHPackages                             lelevar/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. lelevar/sms

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

lelevar/sms
===========

Lelevar SMS Package for Laravel simplifies SMS sending via the Lelevar SMS API. It supports single and bulk SMS messaging with easy API key configuration, optional facades, and a helper function for quick integration. Ideal for integrating SMS into Laravel apps effortlessly.

v1.0.0(1y ago)024MITPHP

Since Aug 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lelevar/lelevar-sms-package)[ Packagist](https://packagist.org/packages/lelevar/sms)[ RSS](/packages/lelevar-sms/feed)WikiDiscussions main Synced yesterday

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

Lelevar SMS Package for Laravel
===============================

[](#lelevar-sms-package-for-laravel)

The **Lelevar SMS Package** is a Laravel package for sending SMS messages via the Lelevar SMS API (). This package simplifies SMS sending functionality in your Laravel application.

Features
--------

[](#features)

- Send single SMS messages
- Send multiple SMS messages
- Easy integration with Laravel
- Support for API key configuration

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

[](#installation)

### Via Composer

[](#via-composer)

Install the package via Composer by running the following command in your Laravel project directory:

```
composer require lelevar/sms
```

### Service Provider

[](#service-provider)

If you are using Laravel 5.5 or later, the package will automatically be discovered. If you are using an earlier version of Laravel, you need to manually add the service provider to your config/app.php:

```
'providers' => [
    // Other service providers...
    Lelevar\Sms\SmsServiceProvider::class,
],
```

### Facades (Optional)

[](#facades-optional)

For easier access to the package's functionality, you can add facades to your config/app.php:

```
'aliases' => [
    // Other aliases...
    'SmsService' => Lelevar\Sms\Facades\SmsService::class,
],
```

### Configuration

[](#configuration)

The package uses an API key for authentication. Set your API key in your .env file:

```
LELEVAR_SMS_API_KEY=your_api_key_here
LELEVAR_SMS_SENDER_NAME=your_sender_name_here
```

#### Usage

[](#usage)

##### Sending a Single SMS

[](#sending-a-single-sms)

You can send a single SMS message using the LelevarSendSms helper function:

```
use Lelevar\Sms\Facades\SmsService;

$response = LelevarSendSms([
    'mobile' => '**********',
    'content' => 'Hello World!',
    'sender_name' => '*******',
]);

dd($response);
```

License
-------

[](#license)

This package is licensed under the MIT License.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

680d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10560025?v=4)[Kelvin Munene N.](/maintainers/kelvline)[@kelvline](https://github.com/kelvline)

---

Top Contributors

[![kelvline](https://avatars.githubusercontent.com/u/10560025?v=4)](https://github.com/kelvline "kelvline (8 commits)")

---

Tags

laravelsmssms-api

### Embed Badge

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

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

###  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)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NotifyX、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

687114.3k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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