tekton/services

This package is abandoned and no longer maintained. No replacement package was suggested.

Tekton Services is a project that tries to create easy to use components for integrating with popular third party 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 is a project that aims to create easy to use components for integrating with popular third party 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'));