PHPackages                             thecodingcompany/youtube - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. thecodingcompany/youtube

ActiveLibrary

thecodingcompany/youtube
========================

Youtube download class for PHP 5.6

v1.0.1(10y ago)047MITPHPPHP &gt;=5.6.0

Since Mar 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TheCodingCompany/YouTube)[ Packagist](https://packagist.org/packages/thecodingcompany/youtube)[ Docs](https://github.com/TheCodingCompany/YouTube)[ RSS](/packages/thecodingcompany-youtube/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

YouTube
=======

[](#youtube)

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

Build by: Victor Angelier &lt;vangelier \\u0040 hotmail.com&gt;

\#Install/Composer

Easy: composer require thecodingcompany/youtube

\#Example

```
chmod 0777 public/video

$file = YouTubeClass::downloadYTVideo("mHeK0Cwr9sg");
echo $file;
