ericmaicon / yii2-embed
Just a simple yii2 embed component.
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
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: 2025-01-10 20:23:30 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