PHPackages                             wow-php/e-wechat-sdk - 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. wow-php/e-wechat-sdk

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

wow-php/e-wechat-sdk
====================

enterprise wechat SDK

1.0.1(7y ago)0442MITPHPPHP &gt;= 5.6.30

Since Aug 7Pushed 7y agoCompare

[ Source](https://github.com/wow-php/e-wechat-sdk)[ Packagist](https://packagist.org/packages/wow-php/e-wechat-sdk)[ RSS](/packages/wow-php-e-wechat-sdk/feed)WikiDiscussions master Synced yesterday

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

企业微信SDK
=======

[](#企业微信sdk)

- 目前正在开发中， 由于工作所需目前只实现了文字消息发送.. 后续有时间继续完善。

```
tests/test.php

require __DIR__ . '/../vendor/autoload.php';

use Wow\EnterpriseWeChat\Token;
use Wow\EnterpriseWeChat\Messages\Text;

$token = (new Token('企业ID'))
    ->setAgentId('应用ID')
    ->setCorpSecret('应用安全码')
    ->getAccessToken();

$result = (new Text())
    ->setToken($token)
    ->setAgentId('应用ID')
    ->setUsers(['用户1', '用户2'])
    ->setMessage("测试消息， 更多请点击查看")
    ->send();

var_dump($result);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

2883d ago

### Community

Maintainers

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

---

Tags

sdkwechatweixin

### Embed Badge

![Health badge](/badges/wow-php-e-wechat-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/wow-php-e-wechat-sdk/health.svg)](https://phpackages.com/packages/wow-php-e-wechat-sdk)
```

PHPackages © 2026

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