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

AbandonedArchivedLibrary

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 3d 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

1685d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a65e49ddbbf728eebc35654cf4e496885b7429206136d4e023a312456c3dc532?d=identicon)[joylazari](/maintainers/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

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

7984.5M16](/packages/laravel-notification-channels-webpush)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)

PHPackages © 2026

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