composer required xanyext/wechat:dev-master
require 'vender/autoload.php';
$wechat = new \xanyext\wechat\Wechat([
'appId' => '',
'appSecret' => '',
'mchId' => '',
'apiKey' => '',
'certPem' => '',
'keyPem' => '',
'cachePath' => '',
]);
$wechat->getAccessToken();