ndeet/unzipper
Small class to extract + compress .zip, .gz, .rar archives via browser. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4946
- days_rel: n/a
- days_push: 909
- n_releases_24m: 0
Adoption not part of the score
1077 stars · 1321 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A single-file PHP script that extracts .zip, .rar, and .gz/tar.gz archives directly on a webserver via the browser, and can also create zip archives. It is useful when you lack shell access and want to upload or unpack many files quickly.
Use cases
- extract a zip archive on a webserver without shell access
- unpack a tar.gz backup file via browser
- create a zip archive of files on a shared host
- upload a framework as one archive and extract it server-side
- choose among multiple archives in a directory to extract
When to choose
- you only have FTP/browser access to a shared webserver
- you need a quick, dependency-free single-file extraction tool
- you want to zip up a directory on a server without SSH
When to avoid
- you need programmatic archive APIs in a PHP application
- you require strong security hardening for a public-facing server
- you need formats beyond zip/rar/gz such as 7z
Facets
application · maturity maintenance
compression file-system files web-development developer-tools php self-hosted zip rar gzip tar archive-extraction single-file browser-based web-server
1 source
- readme: https://github.com/ndeet/unzipper · fetched 2026-08-28 · 1afc39c50298
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ndeet/unzipper | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem