thecodingcompany / youtube
Youtube download class for PHP 5.6
v1.0.1
2016-03-15 10:33 UTC
Requires
- php: >=5.6.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-10 10:11:33 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.