PHPackages                             geniv/nette-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. [Framework](/categories/framework)
4. /
5. geniv/nette-popup

ActiveLibrary[Framework](/categories/framework)

geniv/nette-popup
=================

Popup component for Nette Framework

v2.2.0(6y ago)0979MITPHPPHP &gt;=7.0

Since Dec 15Pushed 6y ago2 watchersCompare

[ Source](https://github.com/geniv/nette-popup)[ Packagist](https://packagist.org/packages/geniv/nette-popup)[ RSS](/packages/geniv-nette-popup/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (17)Used By (0)

Popup
=====

[](#popup)

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

[](#installation)

```
$ composer require geniv/nette-popup
```

or

```
"geniv/nette-popup": "^2.2"
```

require:

```
"php": ">=7.0",
"nette/nette": ">=2.4",
"geniv/nette-general-form": ">=1.0"
```

Include in application
----------------------

[](#include-in-application)

neon configure:

```
services:
    - Popup
```

usage:

```
protected function createComponentPopup(IPopup $popup): IPopup
{
    //$popup->setTemplatePath(__DIR__ . '/templates/popup.latte');
    //$popup->setCookieName('cookie-popup');
    //$popup->setCookieExpire('+10 years');
    //$popup->enableSaveCookie(false);
    //$popup->setAutoOpen(false);
    //$popup->addVariableTemplate(['a' => 'b']);
    //$popup->onShowBlock[] = function() {};
    //$popup->onHideBlock[] = function() {};
    return $popup;
}
```

usage:

```
{control popup}
```

```
$this['popup']->show();
$this['popup']->hide();
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 82.5% 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 ~41 days

Recently: every ~65 days

Total

15

Last Release

2548d ago

Major Versions

v1.1.0 → v2.1.02018-11-18

PHP version history (3 changes)v1.0.0PHP &gt;=5.6.0

v2.1.0PHP &gt;=7.0.0

v2.1.1PHP &gt;=7.0

### Community

Maintainers

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

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (52 commits)")[![MartinFugess](https://avatars.githubusercontent.com/u/4451137?v=4)](https://github.com/MartinFugess "MartinFugess (11 commits)")

---

Tags

nettecookiepopupgeniv

### Embed Badge

![Health badge](/badges/geniv-nette-popup/health.svg)

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

###  Alternatives

[vojtech-dobes/nette-ajax-history

Adds History API support for Nette Framework.

30180.8k2](/packages/vojtech-dobes-nette-ajax-history)[flame/modules

Nette modules on the Steroids

1361.8k3](/packages/flame-modules)

PHPackages © 2026

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