Newer
Older
smart-home-server / server / index.php
<?php

require_once __DIR__ . "/vendor/autoload.php";
include_once "Fury/fury.php";

$app = fury_init("SHServ");