tus-php icon indicating copy to clipboard operation
tus-php copied to clipboard

🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0

Results 49 tus-php issues
Sort by recently updated
recently updated
newest added
trafficstars

From the [Tus 1.0.0 specification](https://tus.io/protocols/resumable-upload#head): > The Server SHOULD acknowledge successful HEAD requests with a 200 OK or 204 No Content status. The current implementation is being overly restrictive. In...

> **Note:** Please report any security issues directly to hello [at] ankit.pl **Describe the bug** `sendHeadRequest` implementation in the Client only expects a 200-level status. The [spec](https://tus.io/protocols/resumable-upload#head) says a server...

Updates the requirements on [predis/predis](https://github.com/predis/predis) to permit the latest version. Release notes Sourced from predis/predis's releases. v3.0.0 Added ⚠️ Added support for transactions for clustered connections (#1497) Added support for...

dependencies
php

Fixes the Explicit nullable param type deprecation warnings and upgrades the test suite to include PHP 8.4.

Almost every flow is extendable except the path to input stream which was rigidly set to `php://input` as a class constant. This update makes it possible to use a custom...

hi, my host's redis connection via socket , something like this link describes : https://www.oderland.se/support/en/artikel/how-do-i-get-started-with-redis-via-socket-in-laravel/ is there any way to connect tus to redis via socket? thanks! toot

hi, i try to upload and get full file name "time().filename" , how can i do it?

> **Note:** Please report any security issues directly to hello [at] ankit.pl **Describe the bug** When the /files interface is requested, it is found that the GET request is not...

I want to use this package with bunny streaming tus https://docs.bunny.net/reference/tus-resumable-uploads I don't know where to set headers and file meta data mentioned in the page It will be helpful...