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. [API Development](/categories/api)
4. /
5. rosemalejohn/laravel-message-whiz

ActiveLibrary[API Development](/categories/api)

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 today

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 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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

1556d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6297503?v=4)[Rosemale-John II C. Villacorta](/maintainers/rosemalejohn)[@rosemalejohn](https://github.com/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

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[neuron-core/neuron-laravel

Official Neuron AI Laravel SDK.

11337.8k1](/packages/neuron-core-neuron-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)

PHPackages © 2026

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