2017 © Pedro Peláez
 

yii2-extension yii2-lightbox

Lightbox widget for Yii2

image

branchonline/yii2-lightbox

Lightbox widget for Yii2

  • Thursday, October 27, 2016
  • by JapMul
  • Repository
  • 4 Watchers
  • 11 Stars
  • 21,004 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 10 Forks
  • 3 Open issues
  • 5 Versions
  • 21 % Grown

The README.md

Lightbox Widget for Yii 2

  • Lightbox widget based on Lightbox2 extension http://lokeshdhakar.com/projects/lightbox2/

Installation

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

Either run, (*2)

php composer.phar require --prefer-dist branchonline/yii2-lightbox "*"

or add, (*3)

"branchonline/yii2-lightbox": "*"

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

Usage

Once the extension is installed, simply add widget to your page as follows:, (*5)

use branchonline\lightbox\Lightbox;

echo Lightbox::widget([
    'files' => [
        [
            'thumb' => 'url/to/thumb.ext',
            'original' => 'url/to/original.ext',
            'title' => 'optional title',
        ],
    ]
]);

The Versions

27/10 2016

dev-master

9999999-dev

Lightbox widget for Yii2

  Sources   Download

Apache-2.0

The Requires

 

by Jap Mul

yii2 module

27/10 2016

v1.2.0

1.2.0.0

Lightbox widget for Yii2

  Sources   Download

Apache-2.0

The Requires

 

by Jap Mul

yii2 module

16/09 2015

1.1.1

1.1.1.0

Lightbox widget for Yii2

  Sources   Download

Apache-2.0

The Requires

 

by Jap Mul

yii2 module

29/06 2015

1.1

1.1.0.0

Lightbox widget for Yii2

  Sources   Download

Apache-2.0

The Requires

 

by Jap Mul

yii2 module

14/05 2015

1.0

1.0.0.0

Lightbox widget for Yii2

  Sources   Download

Apache-2.0

The Requires

 

by Jap Mul

yii2 module