承接 michcald/fsm 相关项目开发

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

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

michcald/fsm

最新稳定版本:v1.0.0

Composer 安装命令:

composer require michcald/fsm

包简介

Finite State Machine Library for PHP

README 文档

README

A Finite State Machine (FSM) implementation for PHP.

You can use this library for creating:

  • DFA - Deterministic Finite Automaton
  • NFA - Nondeterministic Finite Automaton

Installation (using composer)

You can find the library in packagist here.

The last stable release is v1.0.1.

{
  "require": {
    "michcald/fsm": "1.0.*"
  }
}

Documentation

Read the documentation for 1.0.x

统计信息

  • 总下载量: 27
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-29