PHPackages                             arif/yii2-magnific-popup - 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. arif/yii2-magnific-popup

ActiveYii2-extension

arif/yii2-magnific-popup
========================

JQuery magnific popup widget

011JavaScript

Since Jun 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/iyan2x/yii2-magnific-popup)[ Packagist](https://packagist.org/packages/arif/yii2-magnific-popup)[ RSS](/packages/arif-yii2-magnific-popup/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-magnific-popup
===================

[](#yii2-magnific-popup)

***Widget is under development***

This widget is wrapper for awesome jQuery plugin Magnific Popup By Dmitry Semenov

Magnific Popup is a responsive lightbox &amp; dialog script with focus on performance and providing best experience for user with any device (for jQuery or Zepto.js).

Installing
----------

[](#installing)

` composer require arif/yii2-magnific-popup "master-dev"`

Simple usage
------------

[](#simple-usage)

in view file

```

```

```
use arif\magnificPopup\MagnificPopup;

echo MagnificPopup::widget(
	[
		'target' => '#mpup',
		'options' => [
			'delegate'=> 'a',
		]
	]
);
```

for gallery

```

```

```
echo MagnificPopup::widget(
	[
		'target' => '#mpup',
		'options' => [
			'delegate'=> 'a',
		],
		'effect' => 'with-zoom' //'fade', 'with-zoom', 'zoom-in', 'newspaper', 'move-horizontal', 'move-from-top', '3d-unfold', 'zoom-out'
	]
);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/390384?v=4)[arf](/maintainers/jstudioo)[@jstudioo](https://github.com/jstudioo)

---

Top Contributors

[![porcelanosa](https://avatars.githubusercontent.com/u/518981?v=4)](https://github.com/porcelanosa "porcelanosa (9 commits)")[![jstudioo](https://avatars.githubusercontent.com/u/390384?v=4)](https://github.com/jstudioo "jstudioo (6 commits)")[![roman444uk](https://avatars.githubusercontent.com/u/6277070?v=4)](https://github.com/roman444uk "roman444uk (1 commits)")

### Embed Badge

![Health badge](/badges/arif-yii2-magnific-popup/health.svg)

```
[![Health](https://phpackages.com/badges/arif-yii2-magnific-popup/health.svg)](https://phpackages.com/packages/arif-yii2-magnific-popup)
```

PHPackages © 2026

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