Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

NeverRetrun/kuaishou-mini-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kuai Shou Mini App SDK


快手小程序SDK

Requirement


Installation


 $ composer require cvoid/kuaishou-mini-app -vvv

Features


api 实现 是否完成
getAccessToken login->getAccessToken ☑️
登录 - code2Session login->code2Session ☑️
手机号解密 encryptor->encryptMobile ☑️
支付 payment->wechat ☑️

Usage


require 'vendor/autoload.php';

$app = new \KuaiShouMiniApp\KuaiShouMiniApp(
    new \KuaiShouMiniApp\Kernel\Config('appId', 'appSecret')
);

$response = $app->login()->getAccessToken();

var_dump($response);

License


MIT

About

快手小程序PHP sdk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages