deeaitsch84 / tus-php
A pure PHP server and client for the tus resumable upload protocol v1.0.0
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 215
pkg:composer/deeaitsch84/tus-php
Requires
- php: >=8.4
- ext-json: *
- guzzlehttp/guzzle: ^7.2
- nesbot/carbon: ^2.67 || ^3.0
- predis/predis: ^2.0.3
- ramsey/uuid: ^4.0
- symfony/console: 8.*
- symfony/event-dispatcher: 8.*
- symfony/http-foundation: 8.*
- symfony/mime: 8.*
Requires (Dev)
- ext-pcntl: *
- friendsofphp/php-cs-fixer: ^3.0
- mockery/mockery: ^1.4.2
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-01-06 09:12:26 UTC
README
This is a fork of the original Tus PHP server implementation (https://github.com/ankitpokhrel/tus-php), updated to be compatible with Symfony versions greater than 8.
Please see the original repository for documentation and usage instructions, as this fork maintains the same functionality while ensuring compatibility with the latest Symfony framework.
Unfortunately, the original repository is no longer maintained, so this fork serves to keep the project alive for users needing support with newer Symfony versions.