2017 © Pedro Peláez
 

library weixin-msg-crypt

微信消息加密解密

image

jerryhsia/weixin-msg-crypt

微信消息加密解密

  • Sunday, October 16, 2016
  • by JerryHsia
  • Repository
  • 1 Watchers
  • 3 Stars
  • 76 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 10 % Grown

The README.md

weixin-msg-php-crypt

微信消息加解密PHP套件,composer封装。, (*1)

安装

composer require --prefer-dist "jerryhsia/weixin-msg-php-crypt" "dev-master", (*2)

注意事项

  • Sample.php提供了示例以供开发者参考。errorCode.php, pkcs7Encoder.php, sha1.php, xmlparse.php文件是实现这个类的辅助类,开发者无须关心其具体实现。
  • WXBizMsgCrypt类封装了 DecryptMsg, EncryptMsg两个接口,分别用于开发者解密以及开发者回复消息的加密。使用方法可以参考Sample.php文件。
  • 加解密协议请参考微信公众平台官方文档。

The Versions

16/10 2016

dev-master

9999999-dev https://github.com/jerryhsia/weixin-msg-crypt

微信消息加密解密

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Jerry Hsia