PHPackages                             mobilysms/phpanonymous - 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. mobilysms/phpanonymous

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

mobilysms/phpanonymous
======================

A SMS Package created By PhpAnonymous

41032PHP

Since Oct 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/arabnewscms/mobilysms)[ Packagist](https://packagist.org/packages/mobilysms/phpanonymous)[ RSS](/packages/mobilysms-phpanonymous/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

i'ts easy step .

1 - install with composer

`composer require mobilysms/phpanonymous:dev-master`

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

```
Mobilysms\Phpanonymous\MobilySmsPhpAnonymous::class,
```

3 - add aliases class

```
'Mobily'    => Mobilysms\Phpanonymous\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'  =>'Anonymous', // 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

this package created by phpanonymous owner group php anonymoues developers on facebook you can join us

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

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e69eb26372ee1008cb285858b579b1162bde21b3c6af6bc5e73505eb8ae89d5?d=identicon)[PhpAnonymous](/maintainers/PhpAnonymous)

---

Top Contributors

[![arabnewscms](https://avatars.githubusercontent.com/u/17859436?v=4)](https://github.com/arabnewscms "arabnewscms (6 commits)")

### Embed Badge

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

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

###  Alternatives

[php-decimal/php-decimal

Correctly-rounded arbitrary precision decimal floating point

781.1M10](/packages/php-decimal-php-decimal)[binarycabin/laravel-uuid

A wrapper for webpatser/laravel-uuid with additional integration

86611.8k](/packages/binarycabin-laravel-uuid)[javoscript/laravel-macroable-models

A package for adding methods to Laravel models on the fly

71779.4k13](/packages/javoscript-laravel-macroable-models)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34628.4k14](/packages/brotkrueml-schema)[pantheon-systems/pantheon_domain_masking

Domain masking middleware for Drupal

12334.4k](/packages/pantheon-systems-pantheon-domain-masking)[mrsuh/php-var-sizeof

Provides functions for getting full size of any PHP variable

6010.0k](/packages/mrsuh-php-var-sizeof)

PHPackages © 2026

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