This library is a PHP implementation of Youtube-dl for downloading video from Youtube and other streaming sites.
Youtube-dl has must be installed first.
Installation using Composer:
{
"require": {
"chellem/youtube-downloader": "^2.1.0"
}
}