Libraries tagged by autoamtion
tonix-tuft/status-quo
79 Downloads
A simple generic library to implement FSMs (Finite-State Machines) and the State Design Pattern in PHP.
carlosv2/fa
6 Downloads
Nondeterministic finite automaton
ydle/user-bundle
364 Downloads
Ydle User Bundle
ydle/room-bundle
503 Downloads
Ydle Room Bundle
ydle/api-bundle
458 Downloads
Ydle API Bundle
solarsnowfall/mysql-db
23 Downloads
A simple set of mysql wrappers for automating queries.
sevenpointsix/zfw
37 Downloads
A Laravel package for automating data collection from forms
savemetenminutes/composer-plugin-component-installer
0 Downloads
Composer plugin for automating component registration
qualitycoder/cypress-package
8 Downloads
A Cypress package for automating tests in Drupal
pointybeard/symphony-section-builder
585 Downloads
A set of classes and scripts for automating the creation and updating of sections and their fields.
phpgt/gtcommand
1794 Downloads
Provides the `gt` command for automating WebEngine development.
phix/taskslib
16 Downloads
TasksLib is a library of classes for automating repetitive tasks
omgpress/acf-block-autoloader
12 Downloads
Library for automating the registration of Gutenberg blocks via Advanced Custom Fields
nickwilde1990/drupal-spec-tool-commands
5301 Downloads
Provides composer commands for automating usage of acquia/drupal-spec-tool
mucts/dfa
9 Downloads
Deterministic Finite Automaton,即确定有穷自动机。其特征为:有一个有限状态集合和一些从一个状态通向另一个状态的边,每条边上标记有一个符号,其中一个状态是初态,某些状态是终态。但不同于不确定的有限自动机,DFA中不会有从同一状态出发的两条边标志有相同的符号。