Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/J3-Tech/Youtube-dl-php
- Owner: J3-Tech
- License: mit
- Created: 2013-08-09T15:05:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T18:05:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T09:48:47.508Z (4 months ago)
- Topics: composer, php, youtube, yt-dlp
- Language: PHP
- Homepage: http://youtube-dl-php.j3-tech.com/
- Size: 231 KB
- Stars: 66
- Watchers: 13
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)