brandonsavage/Upload
File uploads with validation and storage strategies observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5105
- days_rel: n/a
- days_push: 1025
- n_releases_24m: 0
Adoption not part of the score
1654 stars · 312 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PHP library that simplifies handling file uploads with validation rules (mimetype, size) and pluggable storage strategies such as the local filesystem. It wraps multipart form uploads in a File object providing metadata like name, extension, mime type, size, and dimensions.
Use cases
- handle file uploads in php
- validate uploaded file mime type and size
- rename files on upload
- store uploaded images to a directory
- get uploaded file metadata like dimensions and md5
When to choose
- you need simple, dependency-light file upload handling in a plain PHP project
- you want declarative validation rules for uploaded files
- you need pluggable storage backends for uploads
When to avoid
- you use a full framework that already includes upload handling
- you need cloud storage integrations beyond the filesystem out of the box
- you need actively developed features or recent security updates
Facets
library · maturity maintenance
file-upload form-handling serialization web-development backend files php file-validation storage-strategies composer multipart-forms web-server
1 source
- readme: https://github.com/brandonsavage/Upload · fetched 2026-08-28 · ce9c6580db52
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| brandonsavage/Upload | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="brandonsavage/Upload")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem