derekisbusy / yii2-amp
Collection of AMP widgets and layouts.
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-27 03:17:05 UTC
README
Collection of AMP widgets and layouts.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist derekisbusy/yii2-amp "*"
or add
"derekisbusy/yii2-amp": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \derekisbusy\amp\Menu::widget(); ?>```