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

1.0.1 2016-03-30 20:33 UTC

This package is not auto-updated.

Last update: 2024-04-19 17:06:19 UTC


README

Latest Version Build Status

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