PHPackages                             jakjr/messenger - 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. jakjr/messenger

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

jakjr/messenger
===============

Simple package to flash generic messages

1.0.5(5y ago)012.0k↓50%MITPHPPHP &gt;=7.0.7

Since Jul 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jakjr/messenger)[ Packagist](https://packagist.org/packages/jakjr/messenger)[ RSS](/packages/jakjr-messenger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (7)Used By (0)

Messeger
========

[](#messeger)

A small package to display messages in a View.

- composer require jakjr/messenger
- Register the ServiceProvider (config/app.php)

```
'providers' => [
    ...
    Jakjr\Messenger\MessengerServiceProvider::class,
],

```

- Register an Alias (config/app.php)

```
'aliases' => [
    ...
    'Messenger' => Jakjr\Messenger\MessengerFacade::class,
),

```

- Controller use:

```
    Messenger::success('Hello Word');

```

- View use:

```
@include('messenger::message'

```

- You can publish the view and the config file: $ php artisan vendor:publish
- To custom the view, make changes on file: resources/views/vendor/messenger/message.blade.php
- To custom the configuratio, make changes on file: config/messenger.php
- Or on runtime

```
        Config::set('messenger.wrapper', "

                &times;
                :message:

        ");

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~364 days

Recently: every ~456 days

Total

6

Last Release

2142d ago

PHP version history (3 changes)1.0.0PHP &gt;=5.4.0

1.0.2PHP &gt;=5.5.9

1.0.5PHP &gt;=7.0.7

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d6e282b162ca7251b449a5756f0d7bd292934449c90f9ca2fdcb849073cd961?d=identicon)[jakjr](/maintainers/jakjr)

---

Top Contributors

[![jakjr](https://avatars.githubusercontent.com/u/3920960?v=4)](https://github.com/jakjr "jakjr (9 commits)")

### Embed Badge

![Health badge](/badges/jakjr-messenger/health.svg)

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

PHPackages © 2026

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