Download the PHP package tambait/php-youtube-api without Composer
On this page you can find all versions of the php package tambait/php-youtube-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package php-youtube-api
php-youtube-api
Note
This project was created (as detached fork) because original project Madcoda PHP Youtube API seems to be abandoned and change in Youtube API (depreciation of invideoPromotion part) is breaking the code.
Version 1.2.5 fixes the issue.
Install
Run the following command in your command line shell in your php project
Or you can manually edit composer.json and then run composer update
Below you can find parts of README.md file / description from the original project.
A basic PHP wrapper for the Youtube Data API v3 ( Non-OAuth ). Designed to let devs easily fetch public data (Video, Channel, Playlists info) from Youtube. No 3rd party dependancy. (except PHPUnit)
The reason of returning the decoded JSON response directly is that you only need to read the Google API doc to use this library, instead of learning my set of API again (Keep it simple).
Well...actually some parameters are missing in this library, because I don't need them at this point, if you desire a particular feature please file an issue here :)
Currently I will not consider adding OAuth endpoints. (those required "authorized request" will not be supported)
Requirements
- PHP >=5.3
- CURL extension in PHP
Getting started
Please read the wiki on how to use this library with PHP with composer, Laravel 4 and Laravel 5.
For the functions implemented in this library, please visit API Reference
Example usage with pure PHP (with composer)
Example usage with Laravel 4/5
Format of returned data
The returnd json is decoded as PHP objects (not Array). Please read the "Reference" section of the Official API doc.
Youtube Data API v3
License
php-youtube-api is licensed under the MIT License.
All versions of php-youtube-api with dependencies
ext-curl Version *