PHPackages                             qingzhi0508/wechat-robot - 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. qingzhi0508/wechat-robot

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

qingzhi0508/wechat-robot
========================

qiye-wechat notify

1.2.1(6y ago)018MITPHPPHP &gt;=5.6CI failing

Since Jul 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/qingzhi0508/wechat-hook)[ Packagist](https://packagist.org/packages/qingzhi0508/wechat-robot)[ RSS](/packages/qingzhi0508-wechat-robot/feed)WikiDiscussions master Synced today

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

 企业微信群机器人通知wechat-robot
========================

[](#-企业微信群机器人通知wechat-robot-)

基于 shawn805/wechat-robot 做修改
----------------------------

[](#基于-shawn805wechat-robot-做修改)

安装
--

[](#安装)

```
composer require qingzhi0508/wechat-robot
```

使用方法
----

[](#使用方法)

```
实例
/**
  * @param string $token    必填参数
  * @param string $timeout    可选
  * @param string $verify    可选
*/
$weChat = new WeChatRobot(string $token, float $timeout = 3.0, bool $verify = true);

发送文本类型
/**
  * @param string $content     消息内容
*/
$weChat->text(string $content);

markdown类型
/**
  * @param string $markdown     markdown内容
*/
$weChat->markdown(string $markdown);

图文类型
/**
  * @param array $articles     图文信息数组
*/
$articles = [
    "title" : "标题",
    "description" : "标题",
    "url" : "点击后跳转的链接",
    "picurl" : "图文消息的图片链接"
];
$weChat->imageText($articles);
```

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~67 days

Recently: every ~73 days

Total

6

Last Release

2208d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.0

1.0.2PHP &gt;=5.6

### Community

Maintainers

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

---

Top Contributors

[![qingzhi0508](https://avatars.githubusercontent.com/u/26733817?v=4)](https://github.com/qingzhi0508 "qingzhi0508 (3 commits)")[![shawn805](https://avatars.githubusercontent.com/u/27723906?v=4)](https://github.com/shawn805 "shawn805 (1 commits)")

---

Tags

yiiwechatwechat-robot

### Embed Badge

![Health badge](/badges/qingzhi0508-wechat-robot/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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