zendframework / zend-mvc-plugin-fileprg
Post/Redirect/Get plugin with file upload handling for zend-mvc controllers
Installs: 997 847
Dependents: 3
Suggesters: 1
Security: 0
Stars: 3
Watchers: 16
Forks: 5
Open Issues: 2
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-filter: ^2.6.1
- zendframework/zend-form: ^2.7
- zendframework/zend-inputfilter: ^2.8.1
- zendframework/zend-mvc: ^3.0
- zendframework/zend-session: ^2.8.5
- zendframework/zend-stdlib: ^2.7 || ^3.0
- zendframework/zend-validator: ^2.6
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.5
- zendframework/zend-coding-standard: ~1.0.0
Conflicts
- zendframework/zend-mvc: <3.0.0
This package is auto-updated.
Last update: 2020-01-28 20:10:17 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-mvc-plugin-fileprg.
Provides a Post-Redirect-Get controller plugin for zend-mvc versions 3.0 and up, specifically for submissions that include file uploads.
If you want a generic PRG plugin without file upload support, see zend-mvc-plugin-prg.
Installation
Run the following to install this library:
$ composer require zendframework/zend-mvc-plugin-fileprg
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\FilePrg'
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-fileprg/