tekton/services

此包已被弃用且不再维护。没有建议的替代包。

Tekton Services 是一个旨在创建易于使用组件以集成流行的第三方服务的项目。

2.0.0 2018-06-18 16:41 UTC

This package is auto-updated.

Last update: 2020-06-09 20:12:22 UTC


README

Tekton Services 是一个旨在创建易于使用组件以集成流行的第三方服务的项目。

YouTube

$config = [
    'key' => 'aslkmdalsdnasdnasdnkdnkjasndas',
    'channel' => 'ASDMALSmlk-ASDASDASDsasd',
    'url' => 'https://www.youtube.com/user/me',
    'refresh' => 60 * 2,
    'related' => false,
    'cookie' => false,
];

$youtube = new \Tekton\Services\Youtube($config, app('cache'));

Instagram

$config = [
    'token' => '123123123.1239hd99dh98h9dj192jd1928',
    'user' => 'anotheruser',
    'url' => 'https://www.instagram.com/anotheruser',
    'refresh' => 60 * 2,
];

$instagram = new \Tekton\Services\Instagram($config, app('cache'));