PHPackages                             ahaschool/video-dl - 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. ahaschool/video-dl

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

ahaschool/video-dl
==================

ahaschool download video for php

v1.2(7y ago)028MITPHPPHP &gt;=5.4

Since Dec 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ahaschool/video-dl)[ Packagist](https://packagist.org/packages/ahaschool/video-dl)[ Docs](https://www.ahaschool.com)[ RSS](/packages/ahaschool-video-dl/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Install
-------

[](#install)

install the wrapper using [Composer](http://getcomposer.org/):

```
composer require ahaschool/video-dl

```

Add composer script at your root composer.josn

```
"scripts": {
    ...
    "post-install-cmd": "chmod +x vendor/ahaschool/video-dl/bin/youtube-dl"
 }

```

Get youtube video url list
--------------------------

[](#get-youtube-video-url-list)

```
