SpazzMarticus / TusServer-Example-Slim

Example project using TusServer with the Slim v4 micro framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TusServer + Slim v4

Example project using TusServer spazzmarticus/tus-server with the Slim v4 micro framework slim/slim.

Run

Install the dependencies with:

composer install --no-dev --optimize-autoload

You can run the example with the php built-in webserver:

php -S localhost:8000 index.php

About

Example project using TusServer with the Slim v4 micro framework.

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%