PHPackages                             towa-digital/laravel-websms - 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. towa-digital/laravel-websms

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

towa-digital/laravel-websms
===========================

A simple package to send sms messages using the websms.com apiii.

2.0.0(9mo ago)0495↓33.3%MITPHPPHP ^8.0

Since Aug 22Pushed 9mo agoCompare

[ Source](https://github.com/towa-digital/laravel-websms)[ Packagist](https://packagist.org/packages/towa-digital/laravel-websms)[ RSS](/packages/towa-digital-laravel-websms/feed)WikiDiscussions master Synced 1mo ago

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

laravel-websms
==============

[](#laravel-websms)

Please note that WhatsApp messages are currently not supported.

Usage
-----

[](#usage)

### Step 1

[](#step-1)

Install the package

```
composer require pro-sales/laravel-websms

```

### Step 2

[](#step-2)

Publish the config file

```
php artisan vendor:publish --provider="ProSales\WebSms\WebSmsServiceProvider"

```

**Don't forget to update the access token in the config!**

### Step 3

[](#step-3)

Send your first message:

```
WebSms::smsMessage()
        ->to("+41791234567")
        ->text("Hallo von Laravel")
        ->send();
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance56

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~361 days

Recently: every ~536 days

Total

8

Last Release

293d ago

Major Versions

1.0.6 → 2.0.02025-07-29

PHP version history (2 changes)1.0.0PHP &gt;=5.6

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ae79fe5eac63e70cae17e807413a5a30fafcc54c11fb23a8e5808fa3b3a51ec?d=identicon)[TOWA](/maintainers/TOWA)

---

Top Contributors

[![Martin-Welte](https://avatars.githubusercontent.com/u/26961559?v=4)](https://github.com/Martin-Welte "Martin-Welte (4 commits)")[![philipp-hemmer](https://avatars.githubusercontent.com/u/72381611?v=4)](https://github.com/philipp-hemmer "philipp-hemmer (2 commits)")

### Embed Badge

![Health badge](/badges/towa-digital-laravel-websms/health.svg)

```
[![Health](https://phpackages.com/badges/towa-digital-laravel-websms/health.svg)](https://phpackages.com/packages/towa-digital-laravel-websms)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

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

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

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

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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