chellem/youtube-downloader

PHP library to download video

Maintainers

Package info

github.com/J3-Tech/Youtube-dl-php

pkg:composer/chellem/youtube-downloader

Fund package maintenance!

Liberapay

Statistics

Installs: 6 152

Dependents: 0

Suggesters: 0

Stars: 67

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-27 22:06:11 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