zendframework/zend-mvc-plugin-prg

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-mvc-plugin-prg package instead.

Post/Redirect/Get plugin for zend-mvc controllers

1.2.0 2019-10-19 22:46 UTC

This package is auto-updated.

Last update: 2020-01-28 20:05:17 UTC


README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-mvc-plugin-prg.

Build Status Coverage Status

Provides a Post-Redirect-Get controller plugin for zend-mvc versions 3.0 and up.

Installation

Run the following to install this library:

$ composer require zendframework/zend-mvc-plugin-prg

If you are using the zend-component-installer, you're done!

If not, you will need to add the component as a module to your application. Add the entry 'Zend\Mvc\Plugin\Prg' to your list of modules in your application configuration (typically one of config/application.config.php or config/modules.config.php).

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-mvc-plugin-prg/

Support