Youtube download class for PHP 5.6

v1.0.1 2016-03-15 10:33 UTC

This package is not auto-updated.

Last update: 2024-04-24 22:16:38 UTC


README

Youtube video download class for Laravel 5.1+. Made available by The Coding Company

https://thecodingcompany.se

Build by: Victor Angelier <vangelier \u0040 hotmail.com>

#Install/Composer

Easy: composer require thecodingcompany/youtube

#Example

chmod 0777 public/video

$file = YouTubeClass::downloadYTVideo("mHeK0Cwr9sg");
echo $file; <-- Will give you the full public path.