Download the PHP package tourze/wechat-official-account-contracts without Composer
On this page you can find all versions of the php package tourze/wechat-official-account-contracts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tourze/wechat-official-account-contracts
More information about tourze/wechat-official-account-contracts
Files in tourze/wechat-official-account-contracts
Download tourze/wechat-official-account-contracts
More information about tourze/wechat-official-account-contracts
Files in tourze/wechat-official-account-contracts
Vendor tourze
Package wechat-official-account-contracts
Short Description 微信公众号用户接口定义和合约规范
License MIT
Package wechat-official-account-contracts
Short Description 微信公众号用户接口定义和合约规范
License MIT
Please rate this library. Is it a good library?
Informations about the package wechat-official-account-contracts
WeChat Official Account Contracts
中文
WeChat Official Account contracts and interfaces for PHP applications.
Installation
Quick Start
This package provides essential interfaces for WeChat Official Account integration:
Interfaces
UserInterface
Represents a WeChat user with the following methods:
getOpenId(): Get user's OpenIDgetUnionId(): Get user's UnionID (optional)getAvatarUrl(): Get user's avatar URL (optional)getOfficialAccount(): Get associated official account (optional)
UserLoaderInterface
Provides methods to load and sync WeChat users:
loadUserByOpenId(string $openId): Load user by OpenIDloadUserByUnionId(string $unionId): Load user by UnionIDsyncUserByOpenId(OfficialAccountInterface $officialAccount, string $openId): Sync user data
OfficialAccountInterface
Represents a WeChat Official Account:
getAppId(): Get the App ID of the official account (optional)
License
MIT License. See LICENSE for details.
All versions of wechat-official-account-contracts with dependencies
PHP Build Version
Package Version
Requires
composer-runtime-api Version
^2.0
The package tourze/wechat-official-account-contracts contains the following files
Loading the files please wait ...