2017 © Pedro PelĂĄez
 

yii2-extension yii2-unite-gallery

Unite gallery wrapper for Yii2

image

mrbig00/yii2-unite-gallery

Unite gallery wrapper for Yii2

  • Wednesday, March 22, 2017
  • by mrbig00
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 16 % Grown

The README.md

Yii2 unite gallery

Unite gallery wrapper for Yii2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer require --prefer-dist mrbig00/yii2-unite-gallery "*"

or add, (*4)

"mrbig00/yii2-unite-gallery": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

= \mrbig00\unitegallery\UniteGalleryWidget::widget(
                    [
                        'theme'   => 'tilesgrid',
                        'options' => [
                        ],
                        'items'   => [
                            [
                                'src'         => 'source.jpg',
                                'data-image'  => 'remote.jpg',
                            ],
                            [
                                'src'         => 'source.jpg',
                                'data-image'  => 'remote.jpg',
                            ],
                        ],
                    ]
                ); 
?>

The Versions

22/03 2017

dev-master

9999999-dev

Unite gallery wrapper for Yii2

  Sources   Download

MIT

The Requires

 

by ZoltĂĄn SzĂĄntĂł

extension yii2