# ankitpokhrel/tus-php

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

Repository: https://github.com/ankitpokhrel/tus-php
Canonical: https://ross.abutalabs.com/products/tus-php
Homepage: https://tus.io
Language: PHP
License: MIT
License Family: permissive
Topics: tus, tus-protocol, php, file-upload, resumable-upload, large-files, php-library, uploader, resumable, made-in-nepal, php81, hacktoberfest, php82
Last push: 2026-07-20T17:33:22+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 93, release rhythm 8, longevity 100
- inputs: {"age_days": 3183, "days_push": 44, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1470, forks 220 (observed 2026-08-28T04:04:49.167462+00:00)

## What it is
TusPHP is a pure PHP implementation of both a server and a client for the tus resumable upload protocol v1.0.0. It enables reliable uploads of large files that can be paused and resumed after interruptions, with integrations for Laravel, Symfony, CakePHP, and WordPress.

## Use cases
- handle resumable file uploads in php
- upload large files without restarting on network failure
- implement a tus upload server endpoint
- send files to a tus server from php
- add pause and resume support to file uploads
- integrate tus uploads into laravel or symfony

## When to choose
- you need resumable uploads in a PHP application
- users upload large files over unreliable networks
- you want a pure PHP tus server and client without external binaries
- you use Laravel, Symfony, CakePHP, or WordPress

## When to avoid
- your stack is not PHP
- you only upload small files where resumability is unnecessary
- you need a standalone upload server outside your PHP app

## Facets
- artifact type: library
- maturity: active
- function: file-upload, http-server, http-client, middleware
- domain: web-development, backend, files, apis
- platform: php, cross-platform
- tags: tus-protocol, resumable-upload, large-files, upload-server, upload-client, laravel, symfony, web-server

## Member repositories
- ankitpokhrel/tus-php (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.167462+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:48.455302+00:00, confidence not recorded.
  - readme: https://github.com/ankitpokhrel/tus-php (fetched 2026-08-28T04:04:49.167462+00:00, sha 7f56e7ffa626)
  - homepage: https://tus.io (fetched 2026-08-29T11:42:39.282462+00:00, sha 61b6c0458b1b)
  - site_page: https://tus.io/faq (fetched 2026-08-29T11:42:39.286247+00:00, sha 11a1bb9f2257)
- Data as of 2026-08-30T08:39:29.467469+00:00.
