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 2w 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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2604d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17090089?v=4)[abanob todary](/maintainers/todary)[@todary](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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