PHPackages                             exewen/robot-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. exewen/robot-chat

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

exewen/robot-chat
=================

A robot-chat component for Exewen.

v2.1.0(1y ago)029MITPHPPHP &gt;=7.3

Since Jul 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/exewen/robot-chat)[ Packagist](https://packagist.org/packages/exewen/robot-chat)[ RSS](/packages/exewen-robot-chat/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (10)Used By (0)

配置+初始化
------

[](#配置初始化)

```
# copy配置文件并配置
cp -rf ./publish/exewen .you_app/config/exewen
# boot启动定义(composer 加载路径)
!defined('BASE_PATH_PKG') && define('BASE_PATH_PKG', dirname(__DIR__, 1));
```

使用
--

[](#使用)

```
use Exewen\RobotChat\RobotChatFacade;

# text
RobotChatFacade::text('消息通知测试');
# markdown
$markdown        = '实时新增用户反馈132例，请相关同事注意。
> 类型:用户反馈
> 普通用户反馈:117例
> VIP用户反馈:15例';
RobotChatFacade::markdown($markdown, null, RobotEnum::DING_DING);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance49

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

Recently: every ~9 days

Total

9

Last Release

377d ago

Major Versions

v0.1.2 → v1.0.12024-07-26

v1.1.1 → v2.0.02025-03-21

PHP version history (2 changes)v0.1.2PHP &gt;=7.3

v1.1.0PHP &gt;=7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f67ab9c12b404ad0421408edf24832eff0d0d7c750c85a784b1a3a15fb2648f?d=identicon)[exeweb](/maintainers/exeweb)

---

Top Contributors

[![exewen](https://avatars.githubusercontent.com/u/22954029?v=4)](https://github.com/exewen "exewen (11 commits)")

---

Tags

phpchatrobotexewenqyweixin chatdingding chat

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/exewen-robot-chat/health.svg)

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

PHPackages © 2026

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