michcald/fsm 问题修复 & 功能扩展

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

邮箱: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

统计信息

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

GitHub 信息

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

其他信息

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