thecodingcompany / youtube
Youtube download class for PHP 5.6
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thecodingcompany/youtube
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2025-09-25 05:21:18 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.