PHPackages                             wolfguard/yii2-video-gallery - 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. wolfguard/yii2-video-gallery

ActiveYii2-extension

wolfguard/yii2-video-gallery
============================

Yii2 module for video galleries with groups (YouTube, Vimeo)

v0.1.0(10y ago)11111[1 issues](https://github.com/wolfguarder/yii2-video-gallery/issues)BSD-3-ClausePHP

Since Sep 27Pushed 10y ago2 watchersCompare

[ Source](https://github.com/wolfguarder/yii2-video-gallery)[ Packagist](https://packagist.org/packages/wolfguard/yii2-video-gallery)[ RSS](/packages/wolfguard-yii2-video-gallery/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Video galleries
===============

[](#video-galleries)

Yii2 module for video galleries with groups (YouTube, Vimeo)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist wolfguard/yii2-video-gallery "*"

```

or add

```
"wolfguard/yii2-video-gallery": "*"

```

to the require section of your `composer.json` file.

After running

```
php composer.phar update

```

run

```
yii migrate --migrationPath=@vendor/wolfguard/yii2-video-gallery/migrations

```

After that change your main configuration file `config/web.php`

```
