Libraries tagged by Artomator
pwweb/artomator
428 Downloads
PWWEB Artomator
pierstoval/smoke-testing
17904 Downloads
Smoke testing automator for Symfony applications
joetannenbaum/php-mac-automator
14 Downloads
Automate your Mac with PHP
brokencube/automatorm
5473 Downloads
Simple schema-led ORM, with no code generation required
derpixler/git-tag-release-automator
32 Downloads
Automated Git release tagging & branch creation for major/minor/patch versions.
phwoolcon/deploy-automator
14 Downloads
Deploy Automator for Phwoolcon Projects
jiordiviera/laravel-task-automator
7 Downloads
A Laravel package for automating repetitive tasks
kuredev/cloudautomator-php
15 Downloads
PHP Wrapper for Cloud Automator API
rolfvreijdenberger/izzum-statemachine
22132 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
zinovyev/php-fsm
5987 Downloads
PHP Finite-state Machine
automater-pl/rest-php-sdk
4428 Downloads
PHP SDK for Automater REST API
plateau/automaton
264 Downloads
Task Scheduler for Laravel 4.x
norotaro/enumata
46 Downloads
State machines for Eloquent models with Enums
barryvanveen/php-cca
98 Downloads
Create two-dimensional Cyclic Cellular Automaton with PHP. Export results as (animated) images. Includes presets of working rules.
mucts/dfa
6 Downloads
Deterministic Finite Automaton,即确定有穷自动机。其特征为:有一个有限状态集合和一些从一个状态通向另一个状态的边,每条边上标记有一个符号,其中一个状态是初态,某些状态是终态。但不同于不确定的有限自动机,DFA中不会有从同一状态出发的两条边标志有相同的符号。