PHPackages                             branchonline/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. branchonline/yii2-lightbox

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

branchonline/yii2-lightbox
==========================

Lightbox widget for Yii2

v1.2.0(9y ago)13139.0k↓28.9%13[2 issues](https://github.com/BranchOnline/yii2-lightbox/issues)[1 PRs](https://github.com/BranchOnline/yii2-lightbox/pulls)1Apache-2.0PHP

Since May 14Pushed 5y ago5 watchersCompare

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

READMEChangelog (4)Dependencies (2)Versions (5)Used By (1)

Lightbox Widget for Yii 2
=========================

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

- Lightbox widget based on Lightbox2 extension

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

[](#installation)

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

Either run

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

```

or add

```
"branchonline/yii2-lightbox": "*"
```

to the require section of your composer.json.

Usage
-----

[](#usage)

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

```
use branchonline\lightbox\Lightbox;

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~177 days

Total

4

Last Release

3490d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8556324?v=4)[Jap](/maintainers/JapMul)[@JapMul](https://github.com/JapMul)

---

Top Contributors

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

---

Tags

yii2module

### Embed Badge

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

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

###  Alternatives

[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)
