PHPackages                             imrostom/muthofun - 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. [Payment Processing](/categories/payments)
4. /
5. imrostom/muthofun

ActiveLibrary[Payment Processing](/categories/payments)

imrostom/muthofun
=================

Laravel MuthoFun SMS Payment Gateway API

1.1(5y ago)010MITPHPPHP ^7.1

Since Mar 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/imrostom/muthofun)[ Packagist](https://packagist.org/packages/imrostom/muthofun)[ Docs](https://github.com/imrostom/muthofun)[ RSS](/packages/imrostom-muthofun/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

MUTHOFUN SMS GATEWAY
====================

[](#muthofun-sms-gateway)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4aa3b6f8c8bb400ccd7ea546028fb660cc52f120f5ee1af32a2f28485a0a95e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696d726f73746f6d2f6d7574686f66756e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imrostom/muthofun)[![Build Status](https://camo.githubusercontent.com/084beafe49765aea53cbdd5b3eececc60b272f4c9bdeea952c3aebf610d6eeed/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696d726f73746f6d2f6d7574686f66756e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/imrostom/muthofun)[![Quality Score](https://camo.githubusercontent.com/1012a58ddb31672b1cccf6e5e2e31c9af9ce60b4601ed2c181041f7d1f901b54/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696d726f73746f6d2f6d7574686f66756e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/imrostom/muthofun)[![Total Downloads](https://camo.githubusercontent.com/b02f7120b5b1d6c605b3bd16163a3ea300189fa51706502abed1bc0720d84104/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d726f73746f6d2f6d7574686f66756e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/imrostom/muthofun)

Muthofun SMS GATEWAY is a LARAVEL client for MUTHOFUN SMS Gateway API

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

[](#installation)

You can install the package via composer:

```
composer require imrostom/muthofun
```

Usage
-----

[](#usage)

You this namespace in your controllers:

```
use Imrostom\Muthofun\Facade\Muthofun;
```

Configuration
-------------

[](#configuration)

Publish muthofun config file and configure your mutofun information.

```
return [
    'username' => 'imrostom',
    'password' => '123456',
    'unicode'  => 1, // 1 or 0
    'database' => true,
    'demo'     => true,
    'version'  => '1.0',
];
```

To send message single user

```
$response = Muthofun::messages(['mobile'=> '+0145465', 'message'=> 'a demo message'])->send();
```

To send message mutiple user

```
$response = Muthofun::messages([['mobile'=> '+0145465', 'message'=> 'a demo message'], ['mobile'=> '+0145465', 'message'=> 'a demo message']])->send();
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Md Rostom Ali](https://github.com/imrostom)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

2

Last Release

1895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ef8720e19b62a31ffc090a02f7a691d2582842491224dafe325f3dbd368eafd?d=identicon)[rostomali](/maintainers/rostomali)

---

Top Contributors

[![imrostom](https://avatars.githubusercontent.com/u/14936617?v=4)](https://github.com/imrostom "imrostom (3 commits)")

---

Tags

muthofunimrostom

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/imrostom-muthofun/health.svg)

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

###  Alternatives

[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.5k1.3M4](/packages/laraveldaily-laravel-invoices)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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