PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rayhan Sardar   PHP YouTube API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP YouTube API
Get video information using the YouTube API
Author: By
Last change:
Date: 3 years ago
Size: 686 bytes
 

Contents

Class file image Download
{ "name": "madcodez/youtube", "type": "library", "description": "PHP wrapper for the Youtube Data API v3 & YouTube Downloader", "keywords": ["youtube", "api", "video", "youtube downloader","php youtube downloader"], "license": "MIT", "authors": [ { "name": "Rayhan Sardar", "email": "madcode.git@gmail.com" } ], "support":{ "email":"madcode.git@gmail.com", "issues":"https://github.com/madcode-git/youtube/issues" }, "require": { "php" : ">=5.3", "ext-curl": "*" }, "autoload": { "psr-4": { "Madcodez\\YouTube\\": "src" } } }