madcoda / php-youtube-api

PHP wrapper for the Youtube Data API v3 ( Non-OAuth )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the library handle uploads

josephrexme opened this issue · comments

I really think it'll be nice if your library can handle youtube uploads for Laravel and Procedural PHP

First of all, thank you for using this library.
Handling OAuth Apis seems complicated to me, currently I don't have time to learn it...

If you want to upload videos, you may check out the Official Google API client:
https://github.com/google/google-api-php-client

Anyone knows how to do it can send me a pull request :)
I'm more than happy to merge it into this lib