Libraries tagged by dfa
dface/generic-storage
337 Downloads
Generic storage structures (key-value, set, association) with mysql and memory persistence
dface/criteria
294 Downloads
Library to parse/build filter expressions
dface/container
296 Downloads
Simple IoC container for php
dface/code-gen
268 Downloads
Lib to generate DTO objects from spec files
phpch/imi-sensitive-word-filter
11 Downloads
基于IMI的dfa敏感词过滤
mucts/dfa
9 Downloads
Deterministic Finite Automaton,即确定有穷自动机。其特征为:有一个有限状态集合和一些从一个状态通向另一个状态的边,每条边上标记有一个符号,其中一个状态是初态,某些状态是终态。但不同于不确定的有限自动机,DFA中不会有从同一状态出发的两条边标志有相同的符号。
ggob/dfa
13 Downloads
This is a DFA algorithm based on PHP
duan617/sensitive-dfa
95 Downloads
sensitive-dfa
zz98500/php-dfa-sensitive
69 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.
phpch/dfa-sensitive-word
15 Downloads
PHP-dfa敏感词过滤
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.
guda/php-dfa
11 Downloads
Find keywords by using DFA.
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.