PHPackages                             pokeface/laravels\_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. pokeface/laravels\_chat

ActiveLibrary

pokeface/laravels\_chat
=======================

chat base on laravels

1.0(7y ago)09MITPHP

Since Sep 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Yeate/PoChat)[ Packagist](https://packagist.org/packages/pokeface/laravels_chat)[ RSS](/packages/pokeface-laravels-chat/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PoChat
======

[](#pochat)

base on laravels 准备: 编辑laravels.php配置文件 1.修改

```
'websocket'          => [
    'enable' => true,
    'handler' => \App\Services\WebSocketService::class,
],

'swoole_tables'      => [
    'ws' => [
        'size'   => 102400,//Table的最大行数
        'column' => [// Table的列定义
            ['name' => 'value', 'type' => 1, 'size' => 8],
        ],
    ],
],

'register_providers' => [
    \Pokeface\Chating\Providers\ChatServiceProvider::class,
],

swoole.dispatch_mode   => 2

```

2.执行 php artisan vendor:publish --provider="Pokeface\\Chating\\Providers\\ChatServiceProvider" php artisan migrate

可用方法: 用户: #######

```
  PoChatUser::login($uid,$fd)
    $uid---用户ID   $fd---长连接标示ID

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

Unknown

Total

1

Last Release

2800d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d407ccaea27ed95adb4e4440dc5acab4441ebb025727ffce886a89ebff346ae?d=identicon)[Yeate](/maintainers/Yeate)

---

Top Contributors

[![yeatesss](https://avatars.githubusercontent.com/u/19566725?v=4)](https://github.com/yeatesss "yeatesss (2 commits)")

### Embed Badge

![Health badge](/badges/pokeface-laravels-chat/health.svg)

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

PHPackages © 2026

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