PHPackages                             greatsami/mobilyws - 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. [Framework](/categories/framework)
4. /
5. greatsami/mobilyws

ActiveLibrary[Framework](/categories/framework)

greatsami/mobilyws
==================

Send SMS using Mobily.ws

v1.0.7(6y ago)048MITPHP

Since Oct 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/greatsami/mobilyws)[ Packagist](https://packagist.org/packages/greatsami/mobilyws)[ RSS](/packages/greatsami-mobilyws/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

Mobily.ws Package
=================

[](#mobilyws-package)

[![GitHub issues](https://camo.githubusercontent.com/8242d581bfb58361d60eeaef9b75c2019ae4d03a9dbd1ef52753614de8249597/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f677265617473616d692f6d6f62696c797773)](https://github.com/greatsami/mobilyws/issues)[![GitHub forks](https://camo.githubusercontent.com/1984e8d20486bf4b544d3dc8e03cabffb7830152c14898e00d0196bb4f0fc692/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f677265617473616d692f6d6f62696c797773)](https://github.com/greatsami/mobilyws/network)[![GitHub stars](https://camo.githubusercontent.com/13ec052dc9a640060064b43af0302cdc50330d5c62e52eedd6ed71e33fad6df6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f677265617473616d692f6d6f62696c797773)](https://github.com/greatsami/mobilyws/stargazers)[![Packagist (custom server)](https://camo.githubusercontent.com/47e4f9492079793b1d4ec7992d10b1cc9774d61636aee9cdc057306a57183256/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f677265617473616d692f6d6f62696c7977733f7365727665723d68747470732533412532462532467061636b61676973742e6f7267)](https://camo.githubusercontent.com/47e4f9492079793b1d4ec7992d10b1cc9774d61636aee9cdc057306a57183256/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f677265617473616d692f6d6f62696c7977733f7365727665723d68747470732533412532462532467061636b61676973742e6f7267)

It a package to Send SMS messages, improved from [AbdullahObaid Laravel-SMS](https://github.com/AbdullahObaid/Laravel-SMS) with Laravel 6.\* compatibility. Gateway is support [Mobily.ws](https://www.mobily.ws/) only.

#### Features &amp; Requirements:

[](#features--requirements)

- Supports sending messages directly
- Supports sending messages at a certain date/time
- Supports sending messages to multiple numbers at once
- Supports multiple number formats.
- Supports delete scheduled SMS not sent ready.
- Support add Sender Name, activate it, check its status, and delete it.
- Support to change your account password, or retrieve it if you forgot it.
- Supports Laravel 6.\*
- cURL
- php &gt;=7.2

#### Installation

[](#installation)

Install the package with composer:

`composer require greatsami/mobilyws`

Note: You don't need to register it in service provider or aliases, It is auto-discover package.

#### config

[](#config)

Publish the configuration file by running the following Artisan command.

```
$ php artisan vendor:publish --provider="Greatsami\Mobilyws\MobilywsServiceProvider"
```

Finally, you need to edit the configuration file at `config/mobilyws.php` with your own information.

#### Usage

[](#usage)

##### Check Balance

[](#check-balance)

`Mobilyws::balanceSMS();`

##### Send SMS

[](#send-sms)

`Mobilyws::sendSMS($numbers, $msg, $timeSend=0, $dateSend=0, $deleteKey=0)`

- $numbers: you can add single mobile number for Saudi Arabia numbers only like '9665XXXXXXXX' or '05XXXXXXXX' or '+9665XXXXXXXX'.
- But for other Countris you should add full number with country code "without zeros"
- Other way if you need send SMS to multiple numbers, you sou should to push numbers to array like: $numbers = \['9665XXXXXXX1', '9665XXXXXXX2', '9665XXXXXXX3', ..., '9665XXXXXXXN'\];
- $timeSend: you can specify send time like hh:mm:ss
- $dateSend: you can specify send date like mm/dd/yyyy
- $deleteKey: if you want to delete this message after send, just remove '0'.

##### Check send status

[](#check-send-status)

`Mobilyws::sendStatus();`

##### Change Password

[](#change-password)

`Mobilyws::changePassword($newPassAccount);`

##### Forget Password

[](#forget-password)

`Mobilyws::forgetPassword($sendType);`

ask mobily.ws about your account type.

##### Forget Password

[](#forget-password-1)

`Mobilyws::sendSMSWK($numbers, $msg, $msgKey, $timeSend=0, $dateSend=0, $deleteKey=0);`

ask mobily.ws about your account type.

##### Send SMS with unique template saved in mobily.ws

[](#send-sms-with-unique-template-saved-in-mobilyws)

`Mobilyws::sendSMSWK($numbers, $msg, $msgKey, $timeSend=0, $dateSend=0, $deleteKey=0);`

- same sendSMS function description.
- $msgKey: it is template key number saved in Mobily.ws dashboard.

##### Delete SMS

[](#delete-sms)

`Mobilyws::deleteSMS();`

##### Add sender name

[](#add-sender-name)

`Mobilyws::addSender($sender);`

##### Activate sender name

[](#activate-sender-name)

`Mobilyws::activeSender($senderId, $activeKey);`

##### Check sender name status

[](#check-sender-name-status)

`Mobilyws::checkSender($senderId);`

##### Add alpha sender name

[](#add-alpha-sender-name)

`Mobilyws::addAlphaSender($sender);`

##### Check alpha sender name status

[](#check-alpha-sender-name-status)

`Mobilyws::checkAlphasSender($sender);`

#### License

[](#license)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

Total

8

Last Release

2398d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c86dd20ef9c2dd91affb238ac85d4e01ed3eaaca7860549fbff2a48f3391538?d=identicon)[greatsami](/maintainers/greatsami)

---

Top Contributors

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

---

Tags

frameworklaravelcurlweb servicesmsmobily.ws

### Embed Badge

![Health badge](/badges/greatsami-mobilyws/health.svg)

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

###  Alternatives

[mattbrown/laracurl

Laravel 5.0 Package Wrapper For Andreas Lutro's OOP cURL Class

1517.4k](/packages/mattbrown-laracurl)

PHPackages © 2026

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