Example project using TusServer spazzmarticus/tus-server with the Slim v4 micro framework slim/slim.
Install the dependencies with:
composer install --no-dev --optimize-autoloadYou can run the example with the php built-in webserver:
php -S localhost:8000 index.php