PHPackages                             velostazione/laravel-besms - 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. velostazione/laravel-besms

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

velostazione/laravel-besms
==========================

BeSMS Laravel Notification Channel

1.0.3(4y ago)02MITPHPPHP ^8.0

Since Sep 30Pushed 4y agoCompare

[ Source](https://github.com/velostazione/laravel-besms)[ Packagist](https://packagist.org/packages/velostazione/laravel-besms)[ RSS](/packages/velostazione-laravel-besms/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

BeSMS Notifications Channel
===========================

[](#besms-notifications-channel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/932007b7ec4183ba5456d6ea67f013fc46bdedec369d971bdabe11c1bc5b1ccc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76656c6f7374617a696f6e652f6c61726176656c2d6265736d732e737667)](https://packagist.org/packages/velostazione/laravel-besms)[![Total Downloads](https://camo.githubusercontent.com/ab0f218e16538fdad1e3401bb2d73b7ba9d9f56ec380f924fdb9caa52550a9d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76656c6f7374617a696f6e652f6c61726176656c2d6265736d732e737667)](https://packagist.org/packages/velostazione/laravel-besms)[![PHP 8.0.10](https://camo.githubusercontent.com/e44c21cf8a4a1a88b409554d8e2c8add90439cbeaa5e84e0c9b2011426082d85/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e302e31302d3437346138612e7376673f6c6f676f3d706870)](https://camo.githubusercontent.com/e44c21cf8a4a1a88b409554d8e2c8add90439cbeaa5e84e0c9b2011426082d85/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e302e31302d3437346138612e7376673f6c6f676f3d706870)[![Laravel 8](https://camo.githubusercontent.com/52f181db47aab282f2a9f056a15154f347b75027ec74c5c4f71bc13d0b4abb5a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d382d6662353033622e7376673f6c6f676f3d6c61726176656c)](https://camo.githubusercontent.com/52f181db47aab282f2a9f056a15154f347b75027ec74c5c4f71bc13d0b4abb5a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d382d6662353033622e7376673f6c6f676f3d6c61726176656c)

BeSMS Notifications Channel for Laravel

### Installation

[](#installation)

```
composer require velostazione/laravel-besms
```

Add the configuration to your `.env` file:

```
BESMS_USERNAME=
BESMS_PASSWORD=
BESMS_API_ID=
BESMS_REPORT_TYPE= # Default: C
BESMS_SENDER= # Default: null
```

### Usage

[](#usage)

You can use the channel in your `via()` method inside the notification:

```
use Illuminate\Notifications\Notification;
use \Velostazione\Laravel\BeSMSChannel;

class YourNotification extends Notification
{
    public function via($notifiable): array
    {
        return [BeSMSChannel::class];
    }

    public function toBeSMS($notifiable): BeSMSMessage
    {
        $message = new BeSMSMessage();
        $message->content("Hello {$notifiable->name}!");
        $message->sender("Me");
        return $message;
    }
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

4

Last Release

1738d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6898095?v=4)[Joy Lazari](/maintainers/joylazari)[@joylazari](https://github.com/joylazari)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/velostazione-laravel-besms/health.svg)

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

###  Alternatives

[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

9005.5M28](/packages/laravel-notification-channels-webpush)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M166](/packages/spatie-laravel-health)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.2M8](/packages/laravel-notification-channels-apn)[illuminate/mail

The Illuminate Mail package.

5910.6M502](/packages/illuminate-mail)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

67628.6k1](/packages/laravel-notification-channels-expo)

PHPackages © 2026

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