PHPackages                             thecodestash/laravel-jormall-sms-channel - 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. thecodestash/laravel-jormall-sms-channel

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

thecodestash/laravel-jormall-sms-channel
========================================

A Laravel implementation of JorMall's SMS gateway, ready to be used directly or as a Notification channel.

v0.2.0(1y ago)125MITPHPPHP ^8.0CI passing

Since Jul 21Pushed 1mo agoCompare

[ Source](https://github.com/thecodestash/laravel-jormall-sms-channel)[ Packagist](https://packagist.org/packages/thecodestash/laravel-jormall-sms-channel)[ Docs](https://github.com/thecodestash/laravel-jormall-sms-channel)[ RSS](/packages/thecodestash-laravel-jormall-sms-channel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (6)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

A Laravel implementation of JorMall's SMS gateway, ready to be used directly or as a Notification channel.
==========================================================================================================

[](#a-laravel-implementation-of-jormalls-sms-gateway-ready-to-be-used-directly-or-as-a-notification-channel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9548822fb984e086f54b95670e52bf4ee0cd51c1a14a515da9e7547b93638f1a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746865636f646573746173682f6c61726176656c2d6a6f726d616c6c2d736d732d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thecodestash/laravel-jormall-sms-channel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/6cb605aa01d83e842bb6bbc034e189528e050c99920717b76473b011da1751d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f746865636f646573746173682f6c61726176656c2d6a6f726d616c6c2d736d732d6368616e6e656c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/thecodestash/laravel-jormall-sms-channel/actions?query=workflow%3Arun-tests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/700ea93b36d1a383a937ea9b2bc6cc8200f0e894a70f2e54c761e2d328b1f3ef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f746865636f646573746173682f6c61726176656c2d6a6f726d616c6c2d736d732d6368616e6e656c2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/thecodestash/laravel-jormall-sms-channel/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/101dc5727fbb97a9884e21d79eeb9f707d3910ccc8838ccdd6fc644f5947bbba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746865636f646573746173682f6c61726176656c2d6a6f726d616c6c2d736d732d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thecodestash/laravel-jormall-sms-channel)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/534aa9cd79534c3b0b4e246022149eebdc9bc813cc8b5be9cc84f7f91c35f80b/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6a6f726d616c6c2d736d732d6368616e6e656c2e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-jormall-sms-channel)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require thecodestash/laravel-jormall-sms-channel
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-jormall-sms-channel-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-jormall-sms-channel-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-jormall-sms-channel-views"
```

Usage
-----

[](#usage)

```
$jormallSms = new TheCodeStash\JormallSms();
echo $jormallSms->echoPhrase('Hello, TheCodeStash!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/Yazan-Stash/.github/blob/master/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Yazan Stash](https://github.com/Yazan-Stash)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance71

Regular maintenance activity

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Total

4

Last Release

382d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2b75baf734b1475617e133c55f0f3541af08d36e0759fb560dce46aeaeab1c8?d=identicon)[Yazan-Stash](/maintainers/Yazan-Stash)

---

Top Contributors

[![Yazan-Stash](https://avatars.githubusercontent.com/u/28860695?v=4)](https://github.com/Yazan-Stash "Yazan-Stash (10 commits)")

---

Tags

laravelthecodestashlaravel-jormall-sms-channel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/thecodestash-laravel-jormall-sms-channel/health.svg)

```
[![Health](https://phpackages.com/badges/thecodestash-laravel-jormall-sms-channel/health.svg)](https://phpackages.com/packages/thecodestash-laravel-jormall-sms-channel)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[tzsk/sms

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

320244.3k6](/packages/tzsk-sms)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[wnx/laravel-sends

Keep track of outgoing emails in your Laravel application.

200427.3k](/packages/wnx-laravel-sends)

PHPackages © 2026

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