承接 spryker/step-engine 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

spryker/step-engine

最新稳定版本:3.7.0

Composer 安装命令:

composer require spryker/step-engine

包简介

StepEngine module

README 文档

README

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

统计信息

  • 总下载量: 2.62M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 33
  • 推荐数: 2

GitHub 信息

  • Stars: 2
  • Watchers: 8
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2017-12-11