PHPackages                             swordbros/sw-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. swordbros/sw-popup

ActiveAimeos-extension

swordbros/sw-popup
==================

Aimeos sw-popup extension

v1.1(4y ago)04LGPL-3.0PHPPHP ~7.1||~8.0

Since Sep 14Pushed 4y ago2 watchersCompare

[ Source](https://github.com/swordbros/sw-popup)[ Packagist](https://packagist.org/packages/swordbros/sw-popup)[ RSS](/packages/swordbros-sw-popup/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Swordbros Popup For Aimeos Extensions
=====================================

[](#swordbros-popup-for-aimeos-extensions)

Introduction
============

[](#introduction)

This plugin supports PHP 7.2 and higher You can easily add popup to your website using this plugin. This plugin is compatible with aimeos version 2020.07.6

Download
========

[](#download)

Composer
--------

[](#composer)

```
Add this line your web site composser.json
    "require": {
        ...
        "swordbros/sw-popup": "^1.1"
    },

```

Solving problems with minimal stability
---------------------------------------

[](#solving-problems-with-minimal-stability)

Add to your composer.json

```
    "scripts": {
        "post-update-cmd": [
            ...
            "@php artisan migrate --path=vendor/swordbros/sw-popup/lib/custom/setup/____fix_popup_table.php"

        ]
    }

```

Add the codes to your js file
-----------------------------

[](#add-the-codes-to-your-js-file)

```
$(document).ready(function () {

	$('#close-button').on('click', function () {
		$('#myModal').css("display","none")
	});

	window.onclick = function(event) {
		var target = $( event.target );
		if (target.is( "#myModal" )) {
			$('#myModal').css("display","none")
		}
	}

});

```

If you want to get only data for your template file
===================================================

[](#if-you-want-to-get-only-data-for-your-template-file)

```

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

1700d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cc528d6a4e3bbeb4812ee575f9228780973d51c9f83f983a6cc8ffffc55cede?d=identicon)[swordbros](/maintainers/swordbros)

---

Top Contributors

[![akcagulsum](https://avatars.githubusercontent.com/u/52961082?v=4)](https://github.com/akcagulsum "akcagulsum (3 commits)")[![bilginkilic](https://avatars.githubusercontent.com/u/1482574?v=4)](https://github.com/bilginkilic "bilginkilic (1 commits)")

---

Tags

extensionaimeos

### Embed Badge

![Health badge](/badges/swordbros-sw-popup/health.svg)

```
[![Health](https://phpackages.com/badges/swordbros-sw-popup/health.svg)](https://phpackages.com/packages/swordbros-sw-popup)
```

###  Alternatives

[aimeos/ai-admin-jqadm

Aimeos VueJS+Bootstrap admin backend

1.0k337.1k12](/packages/aimeos-ai-admin-jqadm)[aimeos/ai-controller-jobs

Aimeos job controllers for long running tasks

970337.5k10](/packages/aimeos-ai-controller-jobs)[aimeos/ai-controller-frontend

Aimeos business controller logic for frontend

966339.3k12](/packages/aimeos-ai-controller-frontend)[aimeos/ai-client-jsonapi

Aimeos frontend JSON REST API

967322.3k11](/packages/aimeos-ai-client-jsonapi)[aimeos/ai-admin-jsonadm

Aimeos JSON admin API for backend

22332.0k10](/packages/aimeos-ai-admin-jsonadm)[aimeos/ai-gettext

Aimeos Gettext extension

20221.0k5](/packages/aimeos-ai-gettext)

PHPackages © 2026

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