Skip to content

alexhouse/youtube-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

youtube-php

Classes & files to aid PHP connections to the YouTube API for direct uploads and such.

This is in no way complete and is currently a work in progress.

Documentation

Methods

  1. putVideo

    bool putVideo($path, $title, Array $extra = NULL)

  2. removeVideo

    bool removeVideo($id)

  3. modifyVideo

    bool modifyVideo($id, $key, $value = '')

  4. addVideoToPlaylist

    bool addVideoToPlaylist($id, $playlistID)

  5. removeVideoFromPlaylist

    bool removeVideoFromPlaylist($id, $playlistID)

  6. getVideosInPlaylist

    array getVideosInPlaylist($playlistID)

  7. getLastError

    string getLastError()

About

YouTube PHP Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages