PHPackages                             ahmadrezaei/mobinone - 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. ahmadrezaei/mobinone

ActiveLibrary

ahmadrezaei/mobinone
====================

mobin one VAS package

v1.0.1(6y ago)013MITPHP

Since Jun 8Pushed 6y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Mobin One
=========

[](#mobin-one)

**Install package by composer**

`composer require ahmadrezaei/mobinone`

**create config.php file and enter yor data:**

```
$username = '';
$password = '';
$shortCode = '';
$serviceKey = '';
$chargeCode = '';
```

**Import vendor and config.php in your files and create class instance:**

```
require_once 'config.php';
require_once 'vendor/autoload.php';

$phoneNumber = ''; // user phone number like $_SESSION['phone']
$mobin = new \ahmadrezaei\mobinone\MobinOne($username, $password, $shortCode, $serviceKey, $phoneNumber);
```

**Now you can use the methods:**

```
$mobin->sendSMS(); // send SMS to user
$mobin->inAppCharge(); // send register request
$mobin->inAppChargeConfirm(); // confirm register request by code
$mobin->randomString() // create rando string
```

Examples
========

[](#examples)

**the are 3 example page in the package, you can use the package like this files:**

```
sample.php // for register user
notificaion.php // for handle service notifications
mp.php // for handle MO messages
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~2 days

Total

2

Last Release

2529d ago

### Community

Maintainers

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

---

Top Contributors

[![ahmadrezaei](https://avatars.githubusercontent.com/u/7928105?v=4)](https://github.com/ahmadrezaei "ahmadrezaei (5 commits)")[![Adsensor](https://avatars.githubusercontent.com/u/30296591?v=4)](https://github.com/Adsensor "Adsensor (1 commits)")

### Embed Badge

![Health badge](/badges/ahmadrezaei-mobinone/health.svg)

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

PHPackages © 2026

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