chellem/youtube-downloader

PHP library to download video

Fund package maintenance!
Liberapay

Installs: 6 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 68

Watchers: 10

Forks: 27

Open Issues: 0

pkg:composer/chellem/youtube-downloader

v2.1.0 2023-03-27 11:30 UTC

This package is auto-updated.

Last update: 2025-09-27 21:05:31 UTC


README

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"
    }
}

Examples