Download the PHP package incremental/php-youtube without Composer
On this page you can find all versions of the php package incremental/php-youtube. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download incremental/php-youtube
More information about incremental/php-youtube
Files in incremental/php-youtube
Package php-youtube
Short Description A simple YouTube API wrapper library.
License MIT
Homepage https://www.github.com/incremental/php-youtube
Informations about the package php-youtube
PHP-YouTube
This library aims at providing an easy-to-use wrapper for the non-OAuth YouTube API (v3) endpoints.
Supported actions
- youtube.activities.list
- youtube.channels.list
- youtube.channelSections.list
- youtube.comments.list
- youtube.commentThreads.list
- youtube.guideCategories.list
- youtube.18nLanguages.list
- youtube.18nRegions.list
- youtube.playlistItems.list
- youtube.playlists.list
- youtube.search.list
- youtube.subscriptions.list
- youtube.videocategories.list
- youtube.videos.list
youtube.activities.list
Returns a list of channel activity events that match the given channel id.
For more information, take a look at https://developers.google.com/youtube/v3/docs/activities/list.
youtube.channels.list
Returns a collection of zero or more channel resources that match the request criteria.
For more information, take a look at https://developers.google.com/youtube/v3/docs/channels/list.
youtube.channelsections.list
Returns a list of channelSection resources that match the request criteria.
For more information, take a look at https://developers.google.com/youtube/v3/docs/channelSections/list.
youtube.comments.list
Returns a list of comments that match the request criteria.
For more information, take a look at https://developers.google.com/youtube/v3/docs/comments/list.
youtube.commentthreads.list
Returns a list of comment threads that match the request criteria.
For more information, take a look at https://developers.google.com/youtube/v3/docs/commentThreads/list.
youtube.guidecategories.list
Returns a list of categories that can be associated with YouTube channels.
For more information, take a look at https://developers.google.com/youtube/v3/docs/guideCategories/list.
youtube.i18nLanguages.list
Returns a list of application languages that the YouTube website supports.
For more information, take a look at https://developers.google.com/youtube/v3/docs/i18nLanguages/list.
youtube.i18nRegions.list
Returns a list of content regions that the YouTube website supports.
For more information, take a look at https://developers.google.com/youtube/v3/docs/i18nRegions/list.
youtube.playlistItems.list
Returns a collection of playlist items that match the API request parameters. You can retrieve all of the playlist items in a specified playlist or retrieve one or more playlist items by their unique IDs.
For more information, take a look at https://developers.google.com/youtube/v3/docs/playlistItems/list.
youtube.playlists.list
Returns a collection of playlists that match the API request parameters. For example, you can retrieve one or more playlists by their unique IDs.
For more information, take a look at https://developers.google.com/youtube/v3/docs/playlists/list.
youtube.search.list
Returns a collection of search results that match the query parameters specified in the API request. By default, a search result set identifies matching video, channel, and playlist resources, but you can also configure queries to only retrieve a specific type of resource.
For more information, take a look at https://developers.google.com/youtube/v3/docs/search/list.
youtube.subscriptions.list
Returns subscription resources that match the API request criteria.
For more information, take a look at https://developers.google.com/youtube/v3/docs/subscriptions/list.
youtube.videocategories.list
Returns a list of categories that can be associated with YouTube videos.
For more information, take a look at https://developers.google.com/youtube/v3/docs/videoCategories/list.
youtube.videos.list
Returns a list of videos that match the API request parameters.
For more information, take a look at https://developers.google.com/youtube/v3/docs/videos/list.