ericmaicon / yii2-embed
一个简单的yii2嵌入组件。
1.0.1
2016-03-30 20:33 UTC
Requires
- embed/embed: 2.5.6
- yiisoft/yii2: 2.0.4
- yiisoft/yii2-bootstrap: 2.0.4
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2024-09-20 19:04:24 UTC
README
一个简单的Embed扩展。这是一个正在进行中的扩展。
安装
安装此扩展的首选方式是通过composer。
运行以下命令:
$ composer require ericmaicon/yii2-embed:*
或将其添加到你的composer.json
文件中的require
部分:
"ericmaicon/yii2-embed": "*"
to the require section of your composer.json file.
使用
与youtube一起使用
<?= Embed::widget(['url' => 'https://www.youtube.com/watch?v=3k9cK_n1mlg']); ?>
测试
待办事项
缺少什么?
待办事项