webtoucher/yii2-flowplayer-flash
最新稳定版本:0.1.0
Composer 安装命令:
composer require webtoucher/yii2-flowplayer-flash
包简介
Asset Bundle for Yii2 with Flowplayer flash.
关键字:
README 文档
README
This extension provides an assets bundle with Flowplayer flash for Yii framework 2.0 applications.
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.
统计信息
- 总下载量: 468
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-01-19