PHPackages                             vipbressanon/livetool - 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. vipbressanon/livetool

ActiveLibrary

vipbressanon/livetool
=====================

live

4.4.0(5y ago)12024MITJavaScriptPHP &gt;=5.6.4

Since Sep 25Pushed 4y ago5 watchersCompare

[ Source](https://github.com/vipbressanon/livetool)[ Packagist](https://packagist.org/packages/vipbressanon/livetool)[ RSS](/packages/vipbressanon-livetool/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (22)Used By (0)

livetool
========

[](#livetool)

安装
--

[](#安装)

1. 请使用composer安装直播插件。

```
composer require vipbressanon/livetool
```

2. 安装直播插件依赖phpsocketio。

```
composer require workerman/phpsocket.io
```

配置
--

[](#配置)

1. 在 `config/app.php` 注册 ServiceProvider 和 Facade (Laravel 5.5 + 无需手动注册)。

```
'providers' => [
    // ...
    Vipbressanon\LiveTool\LiveToolServiceProvider::class,
],
'aliases' => [
    // ...
    'LiveTool' => Vipbressanon\LiveTool\Facades\LiveTool::class,
],
```

2. 发布视图，样式，脚本，配置等文件：

```
php artisan vendor:publish --provider="Vipbressanon\LiveTool\LiveToolServiceProvider"
```

3. 复制根目录.env.example到根目录并改名为.env，连接数据库。

```
DB_CONNECTION=mysql
DB_HOST=***
DB_PORT=3306
DB_DATABASE=***
DB_USERNAME=***
DB_PASSWORD=***
```

4. 导入直播相关数据表结构。

```
php artisan migrate:refresh
```

5. 在 `App\Console\Kernel.php` 文件中，`$commands` 加入：

```
protected $commands = [
    // ...
    \Vipbressanon\LiveTool\Commands\MsgPush::class
];
```

6. 打开项目根目录下的命令行，执行：

```
php artisan wk start
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~115 days

Total

13

Last Release

1889d ago

Major Versions

0.11 → 4.3.12020-09-02

### Community

Maintainers

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

---

Top Contributors

[![haoduanduan](https://avatars.githubusercontent.com/u/1016911?v=4)](https://github.com/haoduanduan "haoduanduan (98 commits)")[![vipbressanon](https://avatars.githubusercontent.com/u/20120502?v=4)](https://github.com/vipbressanon "vipbressanon (83 commits)")[![miszhou](https://avatars.githubusercontent.com/u/8325811?v=4)](https://github.com/miszhou "miszhou (55 commits)")[![YongG](https://avatars.githubusercontent.com/u/18042308?v=4)](https://github.com/YongG "YongG (28 commits)")[![smile0813](https://avatars.githubusercontent.com/u/30992511?v=4)](https://github.com/smile0813 "smile0813 (23 commits)")[![heshuo13](https://avatars.githubusercontent.com/u/17997943?v=4)](https://github.com/heshuo13 "heshuo13 (22 commits)")

### Embed Badge

![Health badge](/badges/vipbressanon-livetool/health.svg)

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

PHPackages © 2026

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