Initial commit

This commit is contained in:
2021-12-07 17:26:34 +01:00
commit 0c9fd2e892
15 changed files with 674 additions and 0 deletions

7
bin/spark Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env php
<?php
require_once __DIR__."/../vendor/autoload.php";
$app = new Spark\SparkApplication();
$app->run();