chellem / youtube-downloader
PHP library to download video
                                    Fund package maintenance!
                                                                            
                                                                                                                                        Liberapay
                                                                                    
                                                                
Installs: 6 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 68
Watchers: 9
Forks: 27
Open Issues: 0
pkg:composer/chellem/youtube-downloader
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"
    }
}