Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 433 Bytes

File metadata and controls

17 lines (11 loc) · 433 Bytes

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