Download the PHP package devleaks/yii2-metafizzy without Composer
On this page you can find all versions of the php package devleaks/yii2-metafizzy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-metafizzy
Metafizzy Asset Bundle
Yii2 asset bundle wrapper around David DeSandro javascript libraries masonry, isotope, packery, and draggabilly.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code :
(You use Isotope, Masonry, Packery, or Draggabilly the same way.)
<div id="isotope-container">
<div class="item">...</div>
<div class="item w2">...</div>
<div class="item">...</div>
...
</div>
<?= Isopote::widget([
'options' => [
'id' => 'isotope-container'
],
'clientOptions' => [
'itemSelector' => '.item',
'layoutMode' => 'fitRows'
]
]) ?>
All versions of yii2-metafizzy with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
yiisoft/yii2-bootstrap Version *
bower-asset/packery Version *
bower-asset/draggabilly Version *
bower-asset/isotope Version *
bower-asset/masonry Version *
bower-asset/imagesloaded Version *
yiisoft/yii2-bootstrap Version *
bower-asset/packery Version *
bower-asset/draggabilly Version *
bower-asset/isotope Version *
bower-asset/masonry Version *
bower-asset/imagesloaded Version *
The package devleaks/yii2-metafizzy contains the following files
Loading the files please wait ....