trylife/yii2-atk

yii2 access token

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1.7 2021-07-04 15:17 UTC

This package is auto-updated.

Last update: 2024-05-05 20:38:31 UTC


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',
        ],
    ],