webtoucher/yii2-flowplayer-flash

Asset Bundle for Yii2 with Flowplayer flash.

Maintainers

Package info

github.com/webtoucher/yii2-flowplayer-flash

Type:yii-extension

pkg:composer/webtoucher/yii2-flowplayer-flash

Statistics

Installs: 450

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2017-01-19 22:12 UTC

This package is auto-updated.

Last update: 2026-03-01 00:10:54 UTC


README

This extension provides an assets bundle with Flowplayer flash for Yii framework 2.0 applications.

Latest Stable Version Total Downloads Daily Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require webtoucher/yii2-flowplayer-flash "*"

or add

"webtoucher/yii2-flowplayer-flash": "*"

to the require section of your composer.json file.

Usage

In view

echo \webtoucher\flowplayerflash\Player::widget([
   'id' => 'player',
   'src' => '/url/to/video.mp4',
   'params' => [
       'width' => 640,
       'height' => 360,
   ],
]);

Please read project documentation for more information.