PHPackages                             stefanotorresi/my-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. stefanotorresi/my-popup

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

stefanotorresi/my-popup
=======================

A very simple Zend Framework 2 module to handle cookie timed popups

0.2.1(12y ago)0111MITPHPPHP &gt;5.4.1

Since Jan 16Pushed 12y ago1 watchersCompare

[ Source](https://github.com/stefanotorresi/MyPopup)[ Packagist](https://packagist.org/packages/stefanotorresi/my-popup)[ Docs](https://github.com/stefanotorresi/MyPopup)[ RSS](/packages/stefanotorresi-my-popup/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

\#MyPopup [![Latest Stable Version](https://camo.githubusercontent.com/e834c3e85162ebc4bf62f9d0a4014c86594985a4cd2c0290ae7f21765b5c3556/68747470733a2f2f706f7365722e707567782e6f72672f73746566616e6f746f72726573692f6d792d706f7075702f762f737461626c652e706e67)](https://packagist.org/packages/stefanotorresi/my-popup)[![Latest Unstable Version](https://camo.githubusercontent.com/a70f4c8b069d834f8e71ded5f3edb7ddb385c75e50722624fa75d55b5f82b78b/68747470733a2f2f706f7365722e707567782e6f72672f73746566616e6f746f72726573692f6d792d706f7075702f762f756e737461626c652e706e67)](https://packagist.org/packages/stefanotorresi/my-popup)[![Build Status](https://camo.githubusercontent.com/2e4bfed80123fe4afb8b0fa67cfdf8df95911d40d5ce4cf3e49a425ff2f3743c/68747470733a2f2f7472617669732d63692e6f72672f73746566616e6f746f72726573692f4d79506f7075702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/stefanotorresi/MyPopup)[![Code Coverage](https://camo.githubusercontent.com/f8b5d7739260e9a25ac1d1ba3b32baffb497f0741e781f7e7c7e5972bbd894bf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73746566616e6f746f72726573692f4d79506f7075702f6261646765732f636f7665726167652e706e673f733d30636464316662346264333439656665333832653538623838386163363337613333316330303738)](https://scrutinizer-ci.com/g/stefanotorresi/MyPopup/)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/8257c1344726a0183e85e0c5496be45bbd3ce744f5185ece4e9c4114b79956fa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73746566616e6f746f72726573692f4d79506f7075702f6261646765732f7175616c6974792d73636f72652e706e673f733d37653864346165613337653831363365366338363865313039323434303061346539343639643237)](https://scrutinizer-ci.com/g/stefanotorresi/MyPopup/)

A very simple Zend Framework 2 module to handle cookie timed popups.

It basically appends a view template to the response (ala [ZendDeveloperTools](//github.com/zendframework/ZendDeveloperTools) toolbar) only once per any given seconds.

The actual javascript popup functionality is left to the user at the moment, but may come in later.

\##Installation

Best way is via [Composer](//getcomposer.org): `composer require stefanotorresi/my-popup:0.*`You can also either clone the repo via Git or download the tarball and unpack it manually (note: didn't actually test this... besides, use Composer!).

Once you have the package, just add the module `MyPopup` to your zf2 `application.config.php`.

\##Usage

The module supports two configuration settings:

```
[
    'MyPopup' => [
        'timeout' => 604800 // default is one week, in seconds
        'template' => 'my-popup/popup' // change this!
    ],
]
```

You will have to take care of registering the template you want to use in the zf2 [`ViewManager`](http://framework.zend.com/manual/2.2/en/modules/zend.view.quick-start.html#configuration).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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 ~19 days

Total

3

Last Release

4508d ago

### Community

Maintainers

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

---

Tags

zendmodulezf2cookiepopup

### Embed Badge

![Health badge](/badges/stefanotorresi-my-popup/health.svg)

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

PHPackages © 2026

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