/Youtube-dl-php

Download Youtube video from PHP

Primary LanguagePHPMIT LicenseMIT

YouTube-dl-php

Test PHPMD PHPLint PHPCPD codecov Total Downloads

This library is a PHP implementation of Youtube-dl for downloading video from Youtube and other streaming sites.

Installation

Youtube-dl has must be installed first.

Installation using Composer:

{
    "require": {
        "chellem/youtube-downloader": "^2.1.0"
    }
}