neeckeloo/wizard

This package is abandoned and no longer maintained. No replacement package was suggested.

Wizard module for Zend Framework 2

v1.0.1 2015-08-18 09:31 UTC

This package is auto-updated.

Last update: 2022-02-01 12:26:33 UTC


README

Build Status Latest Stable Version Coverage Status Dependencies Status

Introduction

Wizard module intend to provide a way to manage multi-step forms. For that, wizard contains all the steps which each has its own form and data validation. We use session to temporarily store step data and finally store them into a database (for instance) at the end of the wizard.

Requirements

Installation

Wizard module only officially supports installation through Composer. For Composer documentation, please refer to getcomposer.org.

Install the module:

$ php composer.phar require neeckeloo/wizard:~1.0

Enable the module by adding Wizard key to your application.config.php file. Customize the module by copy-pasting the wizard.global.php.dist file to your config/autoload folder.

Documentation

The official documentation is available in the /docs folder.