chellem / youtube-downloader
PHP library to download video
Fund package maintenance!
Liberapay
Installs: 6 065
Dependents: 0
Suggesters: 0
Security: 0
Stars: 66
Watchers: 13
Forks: 26
Open Issues: 0
Requires
- php: >=7.2.0
- guzzlehttp/guzzle: ^7.0
- symfony/process: ~6.2
Requires (Dev)
- phpunit/phpunit: ~9
README
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" } }