orezomi/wmk

Yii2 Extension for pinterest like layout using Wookmark Jquery Plugin

Maintainers

Details

github.com/orezomi/wmk

Source

Issues

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.12 2017-08-10 01:39 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:37:39 UTC


README

Yii2 Extension for pinterest like layout using Wookmark Jquery Plugin

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist orezomi/wmk "*"

or add

"orezomi/wmk": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \orezomi\wmk\AutoloadExample::widget(); ?>```