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

Buenos dias, tengo un inconveniente sobre la carga de arcivos, especificamente en el Client `$baseUri = 'https://api-sire.sunat.gob.pe/v1/contribuyente/migeigv/libros/rvierce/receptorpropuesta/web/propuesta/upload'; $options = [ 'headers' => [ 'authorization' => 'Bearer ' . $token, 'Content-Type'...

Hi, My Redis server has a password, is ti possible to pass the password with ENV ?

- Server.php behind HTTPS reverse proxy - Stop assuming the FQDN in Location header in responses - Rely upon ApiPath configuration instead - Responds with relative URLs by default

``` // server.php // composer require aws/aws-sdk-php use Aws\S3\S3Client; use TusPhp\Tus\Server; use Aws\Credentials\Credentials; $awsAccessKey = 'AWS_ACCESS_KEY'; // YOUR AWS ACCESS KEY $awsSecretKey = 'AWS_SECRET_KEY'; // YOUR AWS SECRET KEY $awsRegion...

I am trying to use this package for bunny CDN tus upload, and it is working well except checksum mismatched error. If i remove Upload-Checksum header then it is working...

Set the new value for given key in the metadata from the request header. This function will be useful to change metadata on the fly say in the middleware.

hello guys , can i validate the file mime type while creating the first request with method post?

Currently there is no way to catch middleware exception on server serve function. This will help if someone creating custom middleware and want to hook it up in the main...

**Is your feature request related to a problem? Please describe.** There's zero documentation on configuration, nor any explanation about what this library does to existing framework/infrastructure. We've had to implement...

Adding this to the PHP requirement on 1.x.x branch: `|| ^8.0`