Download the PHP package beastbytes/wizard without Composer
On this page you can find all versions of the php package beastbytes/wizard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download beastbytes/wizard
More information about beastbytes/wizard
Files in beastbytes/wizard
Download beastbytes/wizard
More information about beastbytes/wizard
Files in beastbytes/wizard
Please rate this library. Is it a good library?
Informations about the package wizard
Wizard
Wizard simplifies the handling of multistep forms.
Features
- All forms submit to the same controller/action
- Allow returning to earlier steps or enforce forward only navigation
- Looping - repeat one or more steps as many times as needed
- Plot Branching Navigation (PBN) - decide which path to take depending on the user's response
- Step Timeout - steps can have a timeout to ensure a user responds within a given time
- Pause/resume - save partially completed Wizards; restore and continue from that point
- Event driven - write the handler functions and hook them up to Wizard events
Installation
Install Wizard using Composer
Add the following to the require section of your composer.json:
or run
All versions of wizard with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
httpsoft/http-message Version ^1.0
psr/event-dispatcher Version ^1.0
yiisoft/arrays Version ^3.0
yiisoft/data-response Version ^2.0
yiisoft/friendly-exception Version ^1.0
yiisoft/router-fastroute Version ^3.0
yiisoft/session Version ^2.0
yiisoft/yii-http Version ^1.0
httpsoft/http-message Version ^1.0
psr/event-dispatcher Version ^1.0
yiisoft/arrays Version ^3.0
yiisoft/data-response Version ^2.0
yiisoft/friendly-exception Version ^1.0
yiisoft/router-fastroute Version ^3.0
yiisoft/session Version ^2.0
yiisoft/yii-http Version ^1.0
The package beastbytes/wizard contains the following files
Loading the files please wait ....