2017 © Pedro Peláez
 

library wizard

Wizard module for Zend Framework 2

image

neeckeloo/wizard

Wizard module for Zend Framework 2

  • Tuesday, August 18, 2015
  • by neeckeloo
  • Repository
  • 3 Watchers
  • 3 Stars
  • 7,606 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 3 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Wizard module for Zend Framework 2

Build Status Latest Stable Version Coverage Status Dependencies Status, (*1)

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., (*2)

Requirements

Installation

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

Install the module:, (*4)

$ 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., (*5)

Documentation

The official documentation is available in the /docs folder., (*6)

The Versions

14/11 2013

v1.0.0

1.0.0.0 https://github.com/neeckeloo/Wizard

Wizard module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 wizard