ericmaicon / yii2-embed
Just a simple yii2 embed component.
Package info
github.com/ericmaicon/yii2-embed
Type:yii2-extension
pkg:composer/ericmaicon/yii2-embed
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: 2026-03-07 01:58:19 UTC
README
Simple extension to use Embed. THIS IS AN IN PROGRESS EXTENSION.
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require ericmaicon/yii2-embed:*
or add
"ericmaicon/yii2-embed": "*"
to the require section of your composer.json file.
Usage
Using with youtube:
<?= Embed::widget(['url' => 'https://www.youtube.com/watch?v=3k9cK_n1mlg']); ?>
Testing
TODO
What is missing?
TODO