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

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

xupp/wechat
===========

this is a wechat sdk

1.0(7y ago)0100MITPHPPHP &gt;=5.4.0

Since Sep 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/xupp/wechat)[ Packagist](https://packagist.org/packages/xupp/wechat)[ RSS](/packages/xupp-wechat/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

wechat
======

[](#wechat)

> 微信SDK

/*======================使用方法===========================*/

```
require "./vendor/autoload.php";
use wechat\Wx;
$config = [
  'token' => 'weixin',
  'appId' => 'wx917fc314c6f429ff',
  'appSecret' => 'e7d5c0c720bb9cbd7248bf602b3f17b3'
];
$wx = new Wx($config);
$wx->valid();
$message = $wx->instance('message');
if($message->isTextMsg()){
    $message->text('我的微信sdk发布了');
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2803d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a486fc313235e451292f525934dc98d1ef6e89f559198721b68976801f7e5266?d=identicon)[xupp](/maintainers/xupp)

---

Top Contributors

[![xupp](https://avatars.githubusercontent.com/u/13492008?v=4)](https://github.com/xupp "xupp (20 commits)")

### Embed Badge

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

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

###  Alternatives

[hasan-ahani/filament-otp-input

Otp input for filament

2678.1k](/packages/hasan-ahani-filament-otp-input)

PHPackages © 2026

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