PHPackages                             btm/jawalysms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. btm/jawalysms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

btm/jawalysms
=============

JawalySms SMS Sender Wrapper Laravel

1.0(7y ago)06MITPHPPHP &gt;=5.4.0

Since May 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/todary/4JawalySms)[ Packagist](https://packagist.org/packages/btm/jawalysms)[ RSS](/packages/btm-jawalysms/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

4JawalySms SMS Sender [4jawalysms.ws](https://www.4jawaly.net/) Wrapper for Laravel
===================================================================================

[](#4jawalysms-sms-sender-4jawalysmsws--wrapper-for-laravel)

Introduction
------------

[](#introduction)

...

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

[](#installation)

First, you'll need to require the package with Composer:

```
composer require btm/jawalysms
```

Aftwards, run `composer update` from your command line.

Then, update `config/app.php` by adding an entry for the service provider.

```
'providers' => [
	// ...
	BTM\JawalySms\JawalySmsServiceProvider::class
];
```

Then, register class alias by adding an entry in aliases section

```
'aliases' => [
	// ...
	'jawalysms' => BTM\JawalySms\JawalySmsFacade::class
];
```

Finally, from the command line again, run

```
php artisan vendor:publish --tag=config

```

to publish the default configuration file. This will publish a configuration file named `jawalysms.php` which includes your OneSignal authorization keys.

> **Note:** If the previous command does not publish the config file successfully, please check the steps involving *providers* and *aliases* in the `config/app.php` file.

Configuration
-------------

[](#configuration)

You need to fill in `jawalysms.php` file that is found in your applications `config` directory.

Usage
-----

[](#usage)

### Sending a SMS To Specific Number

[](#sending-a-sms-to-specific-number)

You can easily send a SMS to Specific Number with the command

```
\jawalysms::sendSMS("Some Message","PhoneNumber");

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

2558d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a4438a242b98971054d7444ccf0293f5089b316ae693e4e915cc13e6d1b7e35?d=identicon)[todary](/maintainers/todary)

---

Top Contributors

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

---

Tags

laravelsmslaravel 5SenderJawalySms

### Embed Badge

![Health badge](/badges/btm-jawalysms/health.svg)

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

###  Alternatives

[tzsk/sms

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

320244.3k6](/packages/tzsk-sms)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)

PHPackages © 2026

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