Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
/ services Public archive

Tekton Services is a project that aims to create easy to use components for integrating with popular third party services.

License

Notifications You must be signed in to change notification settings

tekton-php/services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tekton Services

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'));

About

Tekton Services is a project that aims to create easy to use components for integrating with popular third party services.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages