PHPackages                             gongjieqi/laravel-chat - 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. gongjieqi/laravel-chat

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

gongjieqi/laravel-chat
======================

message server base on workman

0.4.0(8y ago)14332PHP

Since May 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gongjieqi/laravel-chat)[ Packagist](https://packagist.org/packages/gongjieqi/laravel-chat)[ RSS](/packages/gongjieqi-laravel-chat/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

laravel-chat
============

[](#laravel-chat)

这是一个简易版本，结合laravel的用户和workman实现前后台用户聊天的webIM

操作步骤：

1. 在config/app.php 中添加服务提供者：

    Gongjieqi\\LaravelChat\\Chat\\ChatServiceProvider::class,
2. artisan vendor:publish
3. artisan migrate
4. 配置文件config/chat.php 参数说明：

    ```
    30行以上的配置，参考workman手册（就是这么懒...）

    'user' => 'App\User', //前台用户Model

    'user_table' => 'users', //前台用户表

    'user_guard' => 'web',  //前台用户guard

    'user_name_filed' => 'name',  //前台用户用户名字段
    接下来的就是对应后台用户的响应配置了

    ```
5. 运行 php app/server/start.php start
6. 将chat/chat.blade.php include到对应的模板文件里去

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

3002d ago

### Community

Maintainers

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

---

Top Contributors

[![gongjieqi](https://avatars.githubusercontent.com/u/11495383?v=4)](https://github.com/gongjieqi "gongjieqi (7 commits)")

### Embed Badge

![Health badge](/badges/gongjieqi-laravel-chat/health.svg)

```
[![Health](https://phpackages.com/badges/gongjieqi-laravel-chat/health.svg)](https://phpackages.com/packages/gongjieqi-laravel-chat)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[flarum/core

Delightfully simple forum software.

211.5M2.5k](/packages/flarum-core)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

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