PHPackages                             abdualrhmanio/jawalbsms - 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. abdualrhmanio/jawalbsms

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

abdualrhmanio/jawalbsms
=======================

JawalbSms SMS Sender Wrapper Laravel

1.0(9y ago)57741MITPHPPHP &gt;=5.4.0

Since Apr 6Pushed 4mo ago1 watchersCompare

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

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

JawalbSms SMS Sender [jawalbsms.ws](http://www.jawalbsms.ws/) Wrapper for Laravel 9
===================================================================================

[](#jawalbsms-sms-sender-jawalbsmsws--wrapper-for-laravel-9)

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

[](#introduction)

...

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

[](#installation)

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

```
composer require abdualrhmanio/jawalbsms
```

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

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

```
'providers' => [
	// ...
	Abdualrhmanio\JawalbSms\JawalbSmsServiceProvider::class
];
```

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

```
'aliases' => [
	// ...
	'jawalbsms' => Abdualrhmanio\JawalbSms\JawalbSmsFacade::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 `jawalbsms.php` which includes your jawalbsms App Credentials.

> **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 `jawalbsms.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

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

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance52

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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

3323d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be23b14b04fd62067b0bf5e220860a5848fdaecef68bb721bd154855352c2a22?d=identicon)[abdualrhmanIO](/maintainers/abdualrhmanIO)

---

Top Contributors

[![mrtawil](https://avatars.githubusercontent.com/u/63475475?v=4)](https://github.com/mrtawil "mrtawil (5 commits)")[![Alfulayt](https://avatars.githubusercontent.com/u/894942?v=4)](https://github.com/Alfulayt "Alfulayt (4 commits)")

---

Tags

laravelsmslaravel 5SenderJawalbSms

### Embed Badge

![Health badge](/badges/abdualrhmanio-jawalbsms/health.svg)

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

###  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)
