Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 166 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 166 Bytes

Flow

Experimenting with node-based programming

Example

<?php

use Flow\Runner;

$runner = new Runner();
$runner->load('mock.json');
$runner->run();