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

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

loveorigami/yii2-magnific-popup
===============================

This widget is wrapper for awesome jQuery plugin Magnific Popup

1.0(9y ago)211.1k↓11.1%1MITPHP

Since Oct 6Pushed 9y ago1 watchersCompare

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

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

Yii2-magnific-popup
===================

[](#yii2-magnific-popup)

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

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

[](#installation)

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

Either run

```
$ php composer.phar require --prefer-dist loveorigami/yii2-magnific-popup "@dev"
```

or add

```
"loveorigami/yii2-magnific-popup": "@dev"

```

to the require section of your composer.json file.

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

[](#simple-usage)

in view file

```

```

```
use lo\widgets\magnific\MagnificPopup;

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

for gallery

```

```

```
echo MagnificPopup::widget(
	[
		'target' => '#mpup',
		'options' => [
			'delegate'=> 'a',
		],
		'effect' => 'with-zoom' //for zoom effect
	]
);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3506d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7cd51e41d7a25605da02f494d1bd7f7b7deadad23080d9ec1021ec9188498b7?d=identicon)[loveorigami](/maintainers/loveorigami)

---

Top Contributors

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

---

Tags

yii2widgetmagnific popup

### Embed Badge

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

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

###  Alternatives

[softark/yii2-dual-listbox

Bootstrap Dual Listbox Widget for Yii 2

20144.4k11](/packages/softark-yii2-dual-listbox)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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