PHPackages                             rosemalejohn/laravel-message-whiz - 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. rosemalejohn/laravel-message-whiz

ActiveLibrary

rosemalejohn/laravel-message-whiz
=================================

Laravel wrapper for Message Whiz API

v0.2.1-alpha(4y ago)335MITPHPPHP ^7.2.5

Since Apr 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rosemalejohn/laravel-message-whiz)[ Packagist](https://packagist.org/packages/rosemalejohn/laravel-message-whiz)[ RSS](/packages/rosemalejohn-laravel-message-whiz/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Message Whiz
====================

[](#laravel-message-whiz)

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

[](#installation)

You can install the package via composer:

```
composer require rosemalejohn/laravel-message-whiz
```

The package will automatically register itself.

You can publish the configurations files with:

```
php artisan vendor:publish --provider="Rosemalejohn\MessageWhiz\MessageWhizServiceProvider"
```

Laravel Notification
--------------------

[](#laravel-notification)

To use MessageWhiz on your Laravel notifications, just add `\Rosemalejohn\MessageWhiz\NotificationChannel::class` on notification's `via` method

```
public function via($notifiable)
{
    return ['database', 'broadcast', \Rosemalejohn\MessageWhiz\NotificationChannel::class]
}
```

and then implement the function

```
public function toSms($notifiable): array
{
    return [
        'recipient' => $notifiable->phone_number,
        'message_body' => 'John Doe sent a like'
    ];
}
```

API Documentation
-----------------

[](#api-documentation)

For complete API documentation, head over to [MessageWhiz API documentation](http://api-doc.messagewhiz.com/#introduction)

License
-------

[](#license)

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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

3

Last Release

1503d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc2abaa049c2b24b560ba784aaa6712da55bf8e25f7401b4d648e4873e7c947f?d=identicon)[rosemalejohn](/maintainers/rosemalejohn)

---

Top Contributors

[![rosemalejohn](https://avatars.githubusercontent.com/u/6297503?v=4)](https://github.com/rosemalejohn "rosemalejohn (8 commits)")

### Embed Badge

![Health badge](/badges/rosemalejohn-laravel-message-whiz/health.svg)

```
[![Health](https://phpackages.com/badges/rosemalejohn-laravel-message-whiz/health.svg)](https://phpackages.com/packages/rosemalejohn-laravel-message-whiz)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

6481.7M11](/packages/timokoerber-laravel-one-time-operations)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[wnx/laravel-sends

Keep track of outgoing emails in your Laravel application.

200427.3k](/packages/wnx-laravel-sends)[illuminate/process

The Illuminate Process package.

44699.5k65](/packages/illuminate-process)

PHPackages © 2026

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