2017 © Pedro Peláez
 

library my-popup

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

image

stefanotorresi/my-popup

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

  • Monday, February 24, 2014
  • by stefanotorresi
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

MyPopup

Latest Stable Version Latest Unstable Version Build Status Code Coverage Scrutinizer Quality Score, (*1)

A very simple Zend Framework 2 module to handle cookie timed popups., (*2)

It basically appends a view template to the response (ala ZendDeveloperTools toolbar) only once per any given seconds., (*3)

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

Installation

Best way is via Composer: 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!)., (*5)

Once you have the package, just add the module MyPopup to your zf2 application.config.php., (*6)

Usage

The module supports two configuration settings:, (*7)

[
    '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., (*8)

The Versions

24/02 2014

dev-master

9999999-dev https://github.com/stefanotorresi/MyPopup

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

  Sources   Download

MIT

The Requires

 

cookie zf2 zend module popup

24/02 2014

0.2.1

0.2.1.0 https://github.com/stefanotorresi/MyPopup

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

  Sources   Download

MIT

The Requires

 

cookie zf2 zend module popup

20/01 2014

0.2.0

0.2.0.0 https://github.com/stefanotorresi/MyPopup

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

  Sources   Download

MIT

The Requires

 

cookie zf2 zend module popup

16/01 2014

0.1.0

0.1.0.0 https://github.com/stefanotorresi/MyPopup

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

  Sources   Download

MIT

The Requires

 

cookie zf2 zend module popup