Download the PHP package laemmi/youtube-download without Composer
On this page you can find all versions of the php package laemmi/youtube-download. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laemmi/youtube-download
More information about laemmi/youtube-download
Files in laemmi/youtube-download
Download laemmi/youtube-download
More information about laemmi/youtube-download
Files in laemmi/youtube-download
Vendor laemmi
Package youtube-download
Short Description Download videos to local destination
License MIT
Homepage https://github.com/laemmi/youtube-download
Package youtube-download
Short Description Download videos to local destination
License MIT
Homepage https://github.com/laemmi/youtube-download
Please rate this library. Is it a good library?
Informations about the package youtube-download
YoutubeDownload
This is a app with full frontend and backand to load videos from youtube.com or vimeo.com to local drive.
You can use it also als library for your own projects.
Supported services
- YouTube
- Vimeo
Requirements
php 7.0
Installation
via composer
composer require laemmi/youtube-download
or use repository
git clone https://github.com/Laemmi/youtube-download.git
Usage
$service = Laemmi\YoutubeDownload\Service::factory('https://www.youtube.com/watch?v=Rd7YsqomnGI');
$data = $service->getData();
You get different URL for mediatype and quality.
All versions of youtube-download with dependencies
PHP Build Version
Package Version
The package laemmi/youtube-download contains the following files
Loading the files please wait ....