PHPackages                             itwri/laravel-dialogue-message - 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. itwri/laravel-dialogue-message

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

itwri/laravel-dialogue-message
==============================

Provide message service. Depend on laravel framework.

v1.1.3(4mo ago)072MITPHPPHP ^8.2

Since May 22Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/itwrite/laravel-dialogue-message)[ Packagist](https://packagist.org/packages/itwri/laravel-dialogue-message)[ RSS](/packages/itwri-laravel-dialogue-message/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

laravel-dialogue-message
========================

[](#laravel-dialogue-message)

version 1.0 message service

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

[](#installation)

`laravel-dialogue-message` can be installed via composer:

```
composer require itwri/laravel-dialogue-message
```

The package will automatically register a service provider.

This package comes with a migration to store dialogue and message's data. You can publish the migration file using:

```
php artisan vendor:publish --provider="Itwri\DialogueMessageService\DialogueMessageServiceProvider" --tag="migrations"
```

Run the migrations with:

```
php artisan migrate
```

Next, you need to publish the dialogue configuration file:

```
php artisan vendor:publish --provider="Itwri\DialogueMessageService\DialogueMessageServiceProvider" --tag="config"
```

Other
-----

[](#other)

In your `config/app.php` add `Prettus\Repository\Providers\RepositoryServiceProvider::class` to the end of the providers array:

```
'providers' => [
    ...
    Itwri\DialogueMessageService\DialogueMessageServiceProvider::class,
],
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance77

Regular maintenance activity

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

126d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5761354?v=4)[itwrite](/maintainers/itwrite)[@itwrite](https://github.com/itwrite)

---

Top Contributors

[![itwrite](https://avatars.githubusercontent.com/u/5761354?v=4)](https://github.com/itwrite "itwrite (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/itwri-laravel-dialogue-message/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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