aven/wemini

wechat mini app php develop sdk

v0.1.3 2017-09-26 01:47 UTC

This package is not auto-updated.

Last update: 2025-06-17 21:28:41 UTC


README

          _ ____   ____ ________ ____  _____
         / |_  _| |_  _|_   __  |_   \|_   _|
        / _ \\ \   / /   | |_ \_| |   \ | |
       / ___ \\ \ / /    |  _| _  | |\ \| |
     _/ /   \ \\ ' /    _| |__/ |_| |_\   |_
    |____| |____\_/    |________|_____|\____|

install

composer require aven/wemin

 example

  • get openid and session_key
      $wechat = new \Aven\WeMini\WeMini("appId", "appSecret");
      $wechat->getLoginInfo($code);
      
  • get userInfo by cipher
    $wechat->getUserInfo("encryptedData","iv");