esoft / yii2-youtube
Youtube api Wrapper
dev-master
2015-01-10 09:50 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-02-24 14:59:48 UTC
README
Youtube api Wrapper
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist esoft/yii2-youtube "*"
or add
"esoft/yii2-youtube": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \esoft\youtube\AutoloadExample::widget(); ?>```