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
Requires
- php: >=7.0.0
- guzzlehttp/psr7: ^1.4
- illuminate/cache: ^5.4
- madcoda/php-youtube-api: ^1.2
- php-http/curl-client: ^1.7
- php-http/message: ^1.6
- tekton/support: ^2.0.0
- vinkla/instagram: ^8.0
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'));
$config = [ 'token' => '123123123.1239hd99dh98h9dj192jd1928', 'user' => 'anotheruser', 'url' => 'https://www.instagram.com/anotheruser', 'refresh' => 60 * 2, ]; $instagram = new \Tekton\Services\Instagram($config, app('cache'));