caikeal/oa-tapd-api

This package is abandoned and no longer maintained. The author suggests using the caikeal/oa-tapd-api package instead.

OA TAPD SDK

This package has no released version yet, and little information is available.


README

composer require caikeal/oa-tapd-api

Settings

获取配置项: php artisan vendor:publish --provider="OaTapdApi\LaravelOATapd\ServiceProvider"

Usage

...
use OaTapdApi\LaravelOATapd\Facade;

...

public function test () {
    return Facade::tapd('kealcai', 'xxxxxxxx')->auth->check();
}