juncture / yt-wrapper
There is no license information available for the latest version (dev-develop) of this package.
Wrapper for the Youtube API
dev-develop
2013-09-19 21:34 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.1.x
This package is not auto-updated.
Last update: 2025-06-17 10:04:59 UTC
README
The Google/Youtube API isn't the nicest thing in the world to work with. Here's yet another Youtube API wrapper!
Installation
Todo.
Getting Started
Once installed, getting connected is easy. Instead of the dozen-plus lines required to get the Google and Youtube services set up, add this small snippet and you're good to go:
Youtube::init((object) Config::get('google')); if ( ! Youtube::setToken(Session::get('token'))) { return Redirect::to(Youtube::getAuthUrl()); }