An open API service indexing awesome lists of open source software.

https://github.com/trylife/yii2-atk


https://github.com/trylife/yii2-atk

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# yii2-atk

yii2 access token keeper

service http://github.com/trylife/atk

useage

```php
'components' => [
'mp' => [
'class' => 'trylife\atk\Atk',
'atkBaseUrl' => 'http://host.docker.internal:8080',
'appType' => "wxmp",
'appId' => 'wxfdxxxxx',
'basicAuthUser' => 'user',
'basicAuthPass' => 'pass',
],
],
```