PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rayhan Sardar   PHP YouTube Video Downloader Script   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP YouTube Video Downloader Script
Download the files of videos on YouTube
Author: By
Last change:
Date: 5 years ago
Size: 476 bytes
 

Contents

Class file image Download
{ "name": "madcodez/youtube-downloader", "description": "A simple YouTube Downloader & PHP powered alternative for youtube-dl", "keywords": ["youtube downloader", "download youtube", "download youtube videos"], "type": "library", "homepage": "https://github.com/madcode-git/YouTube-Downloader", "license": "AGPL-3.0", "require": { "php": "^5.6 || ^7.0", "ext-curl": "*" }, "autoload": { "files": [ "src/YTDownloader.php" ] } }