get('/hello/:name', function ($name) use ($app) { $app->connect(); print_r($app->sendHelloQuery()); // print echo "Hello, $name"; }); $app->run(); ?>