PHPackages                             cawa0505/youtube-dl-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cawa0505/youtube-dl-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cawa0505/youtube-dl-php
=======================

youtube-dl wrapper for php

v1.1.0(7y ago)012MITPHPPHP &gt;=7.0.8

Since Apr 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/cawa0505/youtube-dl-php)[ Packagist](https://packagist.org/packages/cawa0505/youtube-dl-php)[ RSS](/packages/cawa0505-youtube-dl-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (20)Used By (0)

Youtube-dl PHP
==============

[](#youtube-dl-php)

A PHP wrapper for [youtube-dl](https://github.com/rg3/youtube-dl) tool.

[![Latest Stable Version](https://camo.githubusercontent.com/c743fe2868eb027894fce3360d2ea441c2038c84009ff062387a2e3c4d512111/68747470733a2f2f706f7365722e707567782e6f72672f6e6f726b756e61732f796f75747562652d646c2d7068702f762f737461626c652e737667)](https://packagist.org/packages/norkunas/youtube-dl-php)[![Latest Unstable Version](https://camo.githubusercontent.com/280b25a0018930110d2abcb82b2e558514b198547d54c0cb47273cb3b40d6683/68747470733a2f2f706f7365722e707567782e6f72672f6e6f726b756e61732f796f75747562652d646c2d7068702f762f756e737461626c652e737667)](https://packagist.org/packages/norkunas/youtube-dl-php)[![StyleCI](https://camo.githubusercontent.com/6b788fc379b2090680dba5cb15778321cfa12d0527953a46d8c0ebbfcab8974c/68747470733a2f2f7374796c6563692e696f2f7265706f732f33333035343736332f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/33054763)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6ec38f8920c38557bea44eaf32aa993442395c4cfc647f90cba1e61f7446147c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e6f726b756e61732f796f75747562652d646c2d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/norkunas/youtube-dl-php/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/8e0c347c96591256c71859dd5135cab8ddb8bb809e4b9256d2bfd0cc90f4aab5/68747470733a2f2f706f7365722e707567782e6f72672f6e6f726b756e61732f796f75747562652d646c2d7068702f646f776e6c6f616473)](https://packagist.org/packages/norkunas/youtube-dl-php)[![Build Status](https://camo.githubusercontent.com/9d70cbc7283867f7bf7f4f90006ad7941b36489130c0c20f16b299a06cc5ee43/68747470733a2f2f7472617669732d63692e6f72672f6e6f726b756e61732f796f75747562652d646c2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/norkunas/youtube-dl-php)[![License](https://camo.githubusercontent.com/dfbcac5459da6f25565562ecbaa52bc61b913be9cbd025ac56a09ea909271fb2/68747470733a2f2f706f7365722e707567782e6f72672f6e6f726b756e61732f796f75747562652d646c2d7068702f6c6963656e73652e737667)](https://packagist.org/packages/norkunas/youtube-dl-php)

Install
-------

[](#install)

First step is to download the [youtube-dl](http://rg3.github.io/youtube-dl/download.html) and add it's path to environment variables.

Second step is to install the wrapper using [Composer](http://getcomposer.org/):

```
composer require norkunas/youtube-dl-php

```

Download video
--------------

[](#download-video)

```
