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

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

porcelanosa/yii2-magnific-popup
===============================

JQuery magnific popup widget

18.0k2JavaScript

Since Nov 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/porcelanosa/yii2-magnific-popup)[ Packagist](https://packagist.org/packages/porcelanosa/yii2-magnific-popup)[ RSS](/packages/porcelanosa-yii2-magnific-popup/feed)WikiDiscussions master Synced today

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 porcelanosa/yii2-magnific-popup "master-dev"`

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

[](#simple-usage)

in view file

```

```

```
use porcelanosa\magnificPopup\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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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/518981?v=4)[Alexander Shestakov](/maintainers/porcelanosa)[@porcelanosa](https://github.com/porcelanosa)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[datatables.net/editor-php

PHP server-side libraries for DataTables

37234.3k](/packages/datatablesnet-editor-php)[mozhuilungdsuo/livewire-bootstrap-modal

Dynamic Laravel Livewire 3 Bootstrap modals.

104.6k](/packages/mozhuilungdsuo-livewire-bootstrap-modal)

PHPackages © 2026

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