8000 GitHub - spryker/step-engine: [READ ONLY] Subtree split of the StepEngine module.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

spryker/step-engine

Repository files navigation

StepEngine Module

Latest Stable Version Minimum PHP Version

StepEngine implements an engine for building a process of steps (a software wizard) e.g. a multistep checkout. It defines the main skeleton of every step and the logic to run it. Every step has four main functionalities: precondition, required input, execute, and post-conditions. It also defines the process that connects the steps together and manages the movement between them. The steps are built as a linked list where every step is a node with pointers to the next and the previous step. The StepEngine is used for example by the Checkout module to build and manage the steps.

Installation

composer require spryker/step-engine

Documentation

Spryker Documentation

About

[READ ONLY] Subtree split of the StepEngine module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 27

Languages

0