Libraries tagged by finite automaton
lustre/php-dfa-sensitive
160992 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
rolfvreijdenberger/izzum-statemachine
26350 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
kendall-hopkins/formal-theory
9625 Downloads
FormalTheory is a library that allows for manipulation and conversion of NFAs, DFAs and Regular Expressions.
norotaro/enumata
4010 Downloads
State machines for Eloquent models with Enums
zinovyev/php-fsm
7663 Downloads
PHP Finite-state Machine
chatflowphp/automata
48 Downloads
Framework-agnostic state machine runtime for persistent step-by-step flows in PHP: chat dialogs, wizards, workflows.
carlosv2/fa
6 Downloads
Nondeterministic finite automaton
tonix-tuft/status-quo
79 Downloads
A simple generic library to implement FSMs (Finite-State Machines) and the State Design Pattern in PHP.
markusbiggus/stateengine
0 Downloads
Finite state automata engine
witrin/formal-theory
18626 Downloads
FormalTheory is a library that allows for manipulation and conversion of NFAs, DFAs and Regular Expressions.
c01l/formal-theory
218 Downloads
FormalTheory is a library that allows for manipulation and conversion of NFAs, DFAs and Regular Expressions.
zz98500/php-dfa-sensitive
69 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
wuxiumu/sensitive-word-filtering
14 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
ufucms/php-dfa-sensitive
23 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
mucts/dfa
9 Downloads
Deterministic Finite Automaton,即确定有穷自动机。其特征为:有一个有限状态集合和一些从一个状态通向另一个状态的边,每条边上标记有一个符号,其中一个状态是初态,某些状态是终态。但不同于不确定的有限自动机,DFA中不会有从同一状态出发的两条边标志有相同的符号。