Download the PHP package yiggle/form-wizard-bundle without Composer

On this page you can find all versions of the php package yiggle/form-wizard-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package form-wizard-bundle

Yiggle Form Wizard Bundle

CI Latest Version Downloads

Concept

The bundle implements a content-driven form workflow engine.

A wizard consists of:

Optionally a wizard may include:

The runtime flow is powered by Symfony Form Flow while the configuration is managed via Sulu Admin blocks.

A Sulu 3 bundle that provides a configurable multi-step form wizard with:

Status: pre-1.0. The public API is intended to be stable, but namespaces and extension points may still evolve.


Compatibility

Component Supported
PHP 8.4+
Symfony 7.4 / 8.x
Sulu 3.x
Doctrine ORM 2.20+ / 3.x

Installation

1. Enable the Yiggle recipe repository

The bundle ships its Symfony Flex recipes in a custom repository.

2. Install the bundle

The Flex recipe will automatically install:


Database

The bundle ships Doctrine entities and expects your project to manage migrations.


Sulu Admin Integration

The bundle provides a Sulu admin module to manage:

Import the bundle's admin JavaScript in assets/admin/app.js:

Add the alias to your admin webpack config (assets/admin/webpack.config.js):

Rebuild the Sulu admin interface:

Note: The admin build output (public/build/admin) should be committed to your repository. Answer n when prompted to overwrite webpack.config.js and package.json during the build.


Frontend Assets

The bundle ships optional frontend helpers.

CSS

An optional stylesheet is available:

Import it in your frontend build (Webpack, Vite, AssetMapper, etc.).

Stimulus controller (optional)

For AJAX-based wizard flows using Turbo.

Requires:

Enable the controller in your assets/controllers.json:


Configuration

Optional environment variables:


Extension Points

The bundle is designed to be extensible without modifying core code. See docs/extension-points.md for full documentation.

Field Types

Payment Providers

Notifications


Events

The bundle dispatches Symfony events throughout the wizard lifecycle. See docs/payment-lifecycle.md for the full flow.

Event Description
WizardSubmissionCreatedEvent Dispatched when a user starts a new wizard
WizardPaymentInitiatedEvent Dispatched when the user is redirected to a PSP
WizardPaymentFailedEvent Dispatched if a payment transaction fails
WizardSubmissionCompletedEvent Dispatched when the wizard is fully finished

Development

QA tools include:


Documentation


License

MIT


All versions of form-wizard-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
doctrine/doctrine-bundle Version ^2.13
doctrine/orm Version ^2.20 || ^3.0
phpdocumentor/type-resolver Version ^1.7 || ^2.0
phpstan/phpdoc-parser Version ^2.3
sulu/sulu Version ^3.0
symfony/framework-bundle Version ^7.4 || ^8.0
symfony/form Version ^7.4 || ^8.0
symfony/mailer Version ^7.4 || ^8.0
symfony/mime Version ^7.4 || ^8.0
symfony/security-csrf Version ^7.4 || ^8.0
symfony/twig-bundle Version ^7.4 || ^8.0
symfony/translation Version ^7.4 || ^8.0
symfony/validator Version ^7.4 || ^8.0
symfony/stimulus-bundle Version ^2.32
symfony/ux-turbo Version ^2.32
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package yiggle/form-wizard-bundle contains the following files

Loading the files please wait ...