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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-youtube

Build Status

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

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.


All versions of php-youtube with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package incremental/php-youtube contains the following files

Loading the files please wait ....