webonerds / yii2-ad-banners
banners will be added automatic into used place
Package info
github.com/webonerds/yii2-ad-banner
Type:yii2-extension
pkg:composer/webonerds/yii2-ad-banners
dev-master
2016-07-03 05:54 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-09 20:45:19 UTC
README
banners will be added automatic into used place
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist webonerds/yii2-ad-banners "*"
or add
"webonerds/yii2-ad-banners": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \webonerds\adbanners\AutoloadExample::widget(); ?>```