Wrapper for PHP library https://github.com/oscarotero/Embed to get information from any web page.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bupy7/yii2-embed "@dev"
or add
"bupy7/yii2-embed": "@dev"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \bupy7\embed\Embed::widget([
'url' => 'http://www.youtube.com/watch?v=XflzWihgHRc',
]); ?>
yii2-embed is released under the BSD 3-Clause License.
Comments