PHPackages                             wrve/wn-ajaxpopup-plugin - 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. wrve/wn-ajaxpopup-plugin

ActiveWinter-plugin

wrve/wn-ajaxpopup-plugin
========================

Plugin to show dynamic popups in frontend themes

2282JavaScript

Since Jun 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rubenvanerk/wn-ajaxpopup-plugin)[ Packagist](https://packagist.org/packages/wrve/wn-ajaxpopup-plugin)[ RSS](/packages/wrve-wn-ajaxpopup-plugin/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Ajax Popup plugin
=================

[](#ajax-popup-plugin)

Plugin to show dynamic popups in the frontend. Inspired by an [OctoberTrick](https://octobertricks.com/tricks/create-dynamic-ajax-popup-in-front-end).

**Note: currently only supports Bootstrap 5 modals.**

Usage
-----

[](#usage)

Add the `[ajaxPopup]` to your page.

Add the `data-popup` attribute to the element that triggers the Ajax request:

```

    Show popup

```

In your ajax handler reference the popup identifier:

```
function onYourAjaxHandler()
{
    return [
        'yourPopupIdentifier' => $this->renderPartial('@your-partial'),
    ];
}
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity29

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wrve-wn-ajaxpopup-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/wrve-wn-ajaxpopup-plugin/health.svg)](https://phpackages.com/packages/wrve-wn-ajaxpopup-plugin)
```

PHPackages © 2026

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