1 2 3 4 5 6 7 8 9 10
<?php require __DIR__.'/../vendor/autoload.php'; use FBeans\Blamarine\App; $app = (new App) ->fromStdin() ->toConsole() ->run();