PHPackages                             mdq/yii2-widget-ekkolightbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. mdq/yii2-widget-ekkolightbox

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

mdq/yii2-widget-ekkolightbox
============================

http://ashleydw.github.io/lightbox/

1.0.0(8y ago)039MITPHP

Since Nov 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mariodro/yii2-widget-ekkolightbox)[ Packagist](https://packagist.org/packages/mdq/yii2-widget-ekkolightbox)[ RSS](/packages/mdq-yii2-widget-ekkolightbox/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Yii2 Ekko Lightbox widget
=========================

[](#yii2-ekko-lightbox-widget)

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

[](#installation)

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

Either run

```
php composer.phar require mdq/yii2-widget-ekkolightbox "*"

```

or add

```
"mdq/yii2-widget-ekkolightbox": "*"

```

to the require section of your `composer.json` file.

Require Bootstrap 4. You can use:

```
    "bower-asset/bootstrap": "~4.0.0@alpha",
    "yiisoft/yii2-bootstrap": "2.1.x-dev as 2.0.0",

```

Usage
-----

[](#usage)

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

```
use mdq\ekkolightbox\LightBox;
