Skip to content

Instantly share code, notes, and snippets.

@jorgecc
Created December 9, 2018 18:42
Show Gist options
  • Save jorgecc/67e851d3f38dd6147ac47b321422964b to your computer and use it in GitHub Desktop.
Save jorgecc/67e851d3f38dd6147ac47b321422964b to your computer and use it in GitHub Desktop.
BuyMilk 1
<?php
/**
* @author Jorge Patricio Castro Castillo <jcastro arroba eftec dot cl>
* @link https://github.com/EFTEC/StateMachineOne
*/
use eftec\statemachineone\Job;
use eftec\statemachineone\StateMachineOne;
use eftec\statemachineone\Transition;
// we use autoload's composer, so we call it here.
include "../vendor/autoload.php";
$smachine=new StateMachineOne();
$smachine->setDebug(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment