Libraries tagged by automata
tonix-tuft/status-quo
79 Downloads
A simple generic library to implement FSMs (Finite-State Machines) and the State Design Pattern in PHP.
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
13 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中不会有从同一状态出发的两条边标志有相同的符号。
lswl/sensitive
2 Downloads
Filter sensitive words based on determination of Finite Automata (DFA) algorithm.
jmhc/sensitive
8 Downloads
Filter sensitive words based on determination of Finite Automata (DFA) algorithm.
jimchen/php-dfa-sensitive
962 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
jiangwu10057/dfa-sensitive
17 Downloads
copy from FireLustre/php-dfa-sensitive,To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
guanhui07/dfa-sensitive
3 Downloads
copy from FireLustre/php-dfa-sensitive,To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
dershun/ac-automation
3 Downloads
PHP Aho-Corasick automaton
bestjf/php-dfa-sensitive
362 Downloads
To achieve the filtering of sensitive words, based on the determination of finite automata (DFA) algorithm.
rector/rector
92321182 Downloads
Instant Upgrade and Automated Refactoring of any PHP code
friendsofphp/php-cs-fixer
200998599 Downloads
A tool to automatically fix PHP code style
setasign/fpdi
116559977 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.