Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Download Youtube video from PHP
https://github.com/J3-Tech/Youtube-dl-php

composer php youtube yt-dlp

Last synced: 3 months ago
JSON representation

Download Youtube video from PHP

Awesome Lists containing this project

README

        

# YouTube-dl-php

[![Test](https://github.com/J3-Tech/Youtube-dl-php/actions/workflows/test.yml/badge.svg)](https://github.com/J3-Tech/Youtube-dl-php/actions/workflows/test.yml)
[![PHPMD](https://github.com/J3-Tech/Youtube-dl-php/actions/workflows/phpmd.yml/badge.svg)](https://github.com/J3-Tech/Youtube-dl-php/actions/workflows/phpmd.yml)
[![PHPLint](https://github.com/J3-Tech/Youtube-dl-php/actions/workflows/phplint.yml/badge.svg)](https://github.com/J3-Tech/Youtube-dl-php/actions/workflows/phplint.yml)
[![PHPCPD](https://github.com/J3-Tech/Youtube-dl-php/actions/workflows/phpcpd.yml/badge.svg)](https://github.com/J3-Tech/Youtube-dl-php/actions/workflows/phpcpd.yml)
[![codecov](https://codecov.io/gh/J3-Tech/Youtube-dl-php/branch/master/graph/badge.svg?token=IlyZn4cNLS)](https://codecov.io/gh/J3-Tech/Youtube-dl-php)
[![Total Downloads](https://poser.pugx.org/chellem/youtube-downloader/downloads)](https://packagist.org/packages/chellem/youtube-downloader)

This library is a PHP implementation of [Youtube-dl](https://github.com/yt-dlp/yt-dlp) for downloading video from Youtube and other streaming sites.

## Installation
[Youtube-dl](https://github.com/rg3/youtube-dl) has must be installed first.

Installation using [Composer](https://getcomposer.org):

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

## [Examples](https://youtube-dl-php.j3-tech.com/examples)