PHPackages                             lumenpink/yii2-lightbox - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lumenpink/yii2-lightbox

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

lumenpink/yii2-lightbox
=======================

Lightbox widget for Yii2 (backup from erased Yeesoft package)

0.1.0(3y ago)014Apache-2.0PHP

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lumenpink/yii2-lightbox)[ Packagist](https://packagist.org/packages/lumenpink/yii2-lightbox)[ RSS](/packages/lumenpink-yii2-lightbox/feed)WikiDiscussions main Synced 1mo ago

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

yii2-lightbox
=============

[](#yii2-lightbox)

Lightbox Widget for Yii 2
-------------------------

[](#lightbox-widget-for-yii-2)

This module is a wrapper for Lightbox2

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

[](#installation)

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

Either run

```
composer require --prefer-dist lumenpink/yii2-lightbox "~0.1.0"

```

or add

```
"lumenpink/yii2-lightbox": "~0.1.0"
```

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

Usage
-----

[](#usage)

Once the extension is installed, simply add widget to your page as follows:

```
use yeesoft\lightbox\Lightbox;

echo Lightbox::widget([
    'options' => [
        'fadeDuration' => '2000',
        'albumLabel' => "Image %1 of %2",
    ],
    'linkOptions' => ['class' => 'pull-left'],
    'imageOptions' => ['class' => 'thumbnail'],
    'items' => [
        [
            'thumb' => '/images/image01-120x90.jpg',
            'image' => '/images/image01.jpg',
            'title' => 'Image 1',
            'group' => 'image-set1',
        ],
        [
            'thumb' => '/images/image02-120x90.jpg',
            'image' => '/images/image02.jpg',
            'title' => 'Image 2',
            'group' => 'image-set1',
        ],
    ],
]);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1200d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21f61b25fbda60e006aab8aafa1429285cffc8e63c19186f91bb095f7471cb03?d=identicon)[lumenpink](/maintainers/lumenpink)

---

Top Contributors

[![lumenpink](https://avatars.githubusercontent.com/u/614844?v=4)](https://github.com/lumenpink "lumenpink (4 commits)")

---

Tags

yii2modulelightbox

### Embed Badge

![Health badge](/badges/lumenpink-yii2-lightbox/health.svg)

```
[![Health](https://phpackages.com/badges/lumenpink-yii2-lightbox/health.svg)](https://phpackages.com/packages/lumenpink-yii2-lightbox)
```

###  Alternatives

[branchonline/yii2-lightbox

Lightbox widget for Yii2

13139.0k1](/packages/branchonline-yii2-lightbox)[akiraz2/yii2-ticket-support

Yii2 Support Ticket Module, easy, flexible, fast

611.7k](/packages/akiraz2-yii2-ticket-support)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
