This idea behind this project is to provide you with a simple set of base classes for using multi-page forms in the Zend Framework (ZF).
It features support for complex multi-page forms, built-in breadcrumb navigation and a final verification step based on a CAPTCHA field.
The original idea was published here: http://www.kerstner.at/2012/01/implementing-multi-page-forms-using-the-zend-framework/
This is a standard Zend Framework project. There is nothing fancy about the setup so you should be good with the standard LAMP stack, although PHP 5.3+ is required.
The following is a sample VHOST you might want to consider for your project.
<VirtualHost *:80> DocumentRoot "./zend-multipage-forms/public" ServerName test.local
SetEnv APPLICATION_ENV development
<Directory "./zend-multipage-forms/public"> Options Indexes MultiViews FollowSymLinks AllowOverride All Order allow,deny Allow from all
`
Once setup you can start the demo setup by navigating to the register controller, e.g. http://test.local/register/