make Gcode strings to burn strings on things
make a json file with the parameters and string to "burn"
load and produce the gcode.
$gcode=new PSP\Gcode("../json/test.json");//load settings
$gcode->toString();//generate gcode
You can use UGS or your favorite software to forward the GCODE to your laser cutter.