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

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

abdualrhmanio/mobilywssms
=========================

mobilywssms SMS Sender Wrapper Laravel

1.2.3(8y ago)186MITPHPPHP &gt;=5.4.0

Since Apr 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/abdualrhmanio/mobilywssms)[ Packagist](https://packagist.org/packages/abdualrhmanio/mobilywssms)[ RSS](/packages/abdualrhmanio-mobilywssms/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

MobilyWsSms SMS Sender [mobily.ws](http://www.mobily.ws/) Wrapper for Laravel 5
===============================================================================

[](#mobilywssms-sms-sender-mobilyws--wrapper-for-laravel-5)

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

[](#introduction)

...

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

[](#installation)

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

```
composer require abdualrhmanio/mobilywssms
```

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

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

```
'providers' => [
	// ...
	Abdualrhmanio\MobilyWsSms\MobilyWsSmsServiceProvider::class
];
```

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

```
'aliases' => [
	// ...
	'mobilywssms' => Abdualrhmanio\MobilyWsSms\MobilyWsSmsFacade::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 `mobilywssms.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 `mobilywssms.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

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

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

6

Last Release

3230d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelsmslaravel 5Sendermobilywssms

### Embed Badge

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

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

###  Alternatives

[berkayk/onesignal-laravel

OneSignal Push Wrapper Laravel

5236.1M14](/packages/berkayk-onesignal-laravel)[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2588.1M15](/packages/laravel-notification-channels-twilio)[tzsk/sms

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

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

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

10139.9k](/packages/gr8shivam-laravel-sms-api)[ghanem/laravel-smsmisr

Send SMS and SMS Notification via SMS Misr for Laravel

204.9k](/packages/ghanem-laravel-smsmisr)

PHPackages © 2026

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