dhii/machine-state-machine-interface 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

dhii/machine-state-machine-interface

最新稳定版本:v0.1-alpha1

Composer 安装命令:

composer require dhii/machine-state-machine-interface

包简介

Interfaces for state machines.

README 文档

README

Build Status Code Climate Test Coverage Latest Stable Version This package complies with Dhii standards

Interfaces for state machines.

This package aims to provide a standard set of interfaces for working with state machines. For clarity and completion, some terminology must first the defined:

Status

A status is a key or code that identifies a state. State machines will often have a status key for every possible state as well as a current status.

State

A state is a conceptual "frame" in time for a given object. Unlike a status which is simply a key or code, a state typically holds all information about a machine or object at a given status or point in time.

Transition

A transition is a key or code that represents an operation that can be performed on a machine or object. This operation can influence that subject's status and state.

统计信息

  • 总下载量: 2.33k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 6
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-09-26