https://github.com/trylife/yii2-atk
https://github.com/trylife/yii2-atk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trylife/yii2-atk
- Owner: trylife
- Created: 2021-07-03T14:22:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T17:40:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T20:24:45.049Z (about 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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',
],
],
```