Registry / messaging / overtrue-wechat

overtrue-wechat

JSON →
library6.19.0phppackagistunverified

微信SDK (WeChat SDK).

composer require overtrue/wechat
INSTALL
IMPORT
SIG · OVERTRUE-WECHAT
O
overtrue-wechat
messagingphpv6.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Factory
use EasyWeChat\Factory;

Create an official account instance and fetch a user.

use EasyWeChat\Factory; $config = [ 'app_id' => 'your-app-id', 'secret' => 'your-secret', 'token' => 'your-token', ]; $app = Factory::officialAccount($config); $user = $app->user->get('openid');
Debug
Known issues
gotchaRequires valid WeChat credentials and network access to WeChat APIs.
fix
Ensure app_id, secret, and token are correctly configured.
affects: >=6.0.0
Upgrade
Version history
6.19.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
Amazon
1
OpenAI (training)
1
Resources
overtrue-wechat — pip install overtrue-wechat · libregistry