thecodingcompany / youtube
Youtube download class for PHP 5.6
v1.0.1
2016-03-15 10:33 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2024-11-21 01:03:07 UTC
README
Youtube video download class for Laravel 5.1+. Made available by The Coding Company
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.