An open API service indexing awesome lists of open source software.

https://github.com/derekisbusy/yii2-amp

Collection of AMP widgets and layouts.
https://github.com/derekisbusy/yii2-amp

accelerated-mobile-pages amp amp-html yii2 yii2-amp yii2-extension yii2-widgets

Last synced: about 2 months ago
JSON representation

Collection of AMP widgets and layouts.

Awesome Lists containing this project

README

          

Yii2-AMP (Accelerated Mobile Pages)
===================================
Collection of AMP widgets and layouts.

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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 :

```php
= \derekisbusy\amp\Menu::widget(); ?>```