PHPackages                             ahmed-aliraqi/mobilysms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ahmed-aliraqi/mobilysms

ActivePackage[Utility &amp; Helpers](/categories/utility)

ahmed-aliraqi/mobilysms
=======================

A SMS Package for mobilysms

1.0.1(9y ago)067MITPHP &gt;=5.3.0

Since May 9Pushed 9y agoCompare

[ Source](https://github.com/ahmed-aliraqi/mobilysms)[ Packagist](https://packagist.org/packages/ahmed-aliraqi/mobilysms)[ RSS](/packages/ahmed-aliraqi-mobilysms/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

how can install this package
============================

[](#how-can-install-this-package)

i'ts easy step .

1 - install with composer

`composer require ahmed-aliraqi/mobilysms`

2 - add provider class to app.php in config folder .

```
Mobilysms\MobilySmsProvider::class,
```

3 - add aliases class

```
'Mobily'    => Mobilysms\Mobily::class,
```

4 - then call this command from composer.

` php artisan vendor:publish`

5 - just call method

```
Mobily::send(20123456789,'Your Message Here ');
```

you can get this file from this path on your project `config/mobilysms.php`

and you can edit information account with mobily.ws sender name and mobile or user account and password you can edit more information if you want ! like timesend or datasend bla bla bla i'ts easy :)

```
return [
	'sender'  =>'Ahmed', // Sender Name With Mobily.ws
	'mobile'  =>'123456789', // Mobile User Account With Mobily.ws
	'password'=>'password here', // Password Account With Mobile.ws
	'timeSend'=>0, // If You Don't know what this please don't change anything
	'dateSend'=>0, // If You Don't know what this please don't change anything
	'deleteKey'=>152485, // If You Don't know what this please don't change anything
	'resultType'=>1, // If You Don't know what this please don't change anything
	'viewResult'=>1, // If You Don't know what this please don't change anything
	'MsgID'=>rand(0000,9999), // If You Don't know what this please don't change anything
];
```

and you can use Mobily Class On Your Controller I'ts Easy

\##Configuration

You Can Edit File Language With defualt Locale folder and You Can Put your information to file mobilysms.php in config folder

If I got a problem you will know how to solve it

if you want check message sent i'ts easy the package was returned result true not a string

```
$send = Mobily::send(123456789,'message');
if($send == true)
{
echo 'message sent';
}else{
echo $send;
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

3290d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23261109?v=4)[Ahmed Fathy](/maintainers/ahmed-aliraqi)[@ahmed-aliraqi](https://github.com/ahmed-aliraqi)

---

Top Contributors

[![ahmed-aliraqi](https://avatars.githubusercontent.com/u/23261109?v=4)](https://github.com/ahmed-aliraqi "ahmed-aliraqi (1 commits)")

---

Tags

laravellumenmobily.wsmobilysms

### Embed Badge

![Health badge](/badges/ahmed-aliraqi-mobilysms/health.svg)

```
[![Health](https://phpackages.com/badges/ahmed-aliraqi-mobilysms/health.svg)](https://phpackages.com/packages/ahmed-aliraqi-mobilysms)
```

###  Alternatives

[artesaos/seotools

SEO Tools for Laravel and Lumen

3.3k5.1M60](/packages/artesaos-seotools)[ans-group/laravel-health-check

A package for checking the health of your Laravel/Lumen applications.

167930.0k2](/packages/ans-group-laravel-health-check)[kra8/laravel-snowflake

Snowflake for Laravel and Lumen.

188402.3k6](/packages/kra8-laravel-snowflake)[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[proai/lumen-annotations

Route and event binding annotations for Laravel Lumen

1012.4k](/packages/proai-lumen-annotations)

PHPackages © 2026

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