tus-php
tus-php copied to clipboard
🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0
all visible here ...  upload to uppy demo server tus ( are they using this server implementation ? dunno ) so i downloaded uppy js client and this tus...
> This is a living document and is subjected to change. Q | A -- | -- Status | DRAFT Type | Feature BC Break | Yes Min PHP Version...
**Is your feature request related to a problem? Please describe.** We're running a Redis cluster in production. With the current implementation it's not possible to pass an appropriate configuration to...
I've installed your server with an Uppy client and tried it in a local and in a staging environments without big issues. I've just added a couple of lines to...
I have successfully implemented uppy([tus-js-client](https://github.com/tus/tus-js-client)) and tus-php, it works great and so impressed with the resumable functionality. Other day i was testing: 1. Start upload on my iMAC using google...
**Describe the bug** It's probably documentation issue cause i find it hard to belive this is not yet addressed. When uploading same file, or event different file with the same...
Hey, I noticed that under some circumstances the array `$contents` is missing the key `expires_at` right over here: https://github.com/ankitpokhrel/tus-php/blob/f50852b85b513ec5589f7871d4ca59d7c1c3ad8d/src/Cache/RedisStore.php#L60 It's showing up super seldom but maybe worth a short investigation....
First offal I want to thank you form maintaining the project When can we expect the PHP 8.1 and further support update?
> **Note:** Please report any security issues directly to hello [at] ankit.pl **Describe the bug** I am using this library with Uppy for uploading large files. After a few days...