trylife / yii2-atk
yii2 access token
1.1.7
2021-07-04 15:17 UTC
Requires
README
yii2 access token keeper
service http://github.com/trylife/atk
useage
'components' => [ 'mp' => [ 'class' => 'trylife\atk\Atk', 'atkBaseUrl' => 'http://host.docker.internal:8080', 'appType' => "wxmp", 'appId' => 'wxfdxxxxx', 'basicAuthUser' => 'user', 'basicAuthPass' => 'pass', ], ],