chellem / youtube-downloader
PHP library to download video
Fund package maintenance!
v2.1.0
2023-03-27 11:30 UTC
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"
}
}