composer/satis
Simple static Composer repository generator - For a full private Composer repo use Private Packagist observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- 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: 5343
- days_rel: n/a
- days_push: 13
- n_releases_24m: 0
Adoption not part of the score
3294 stars · 528 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Satis is a PHP CLI tool that generates a static Composer package repository from a set of package sources. The resulting registry can be hosted anywhere as static files, giving teams a private, self-controlled alternative to Packagist.
Use cases
- host a private composer package repository
- generate a static packagist mirror for my packages
- self-host composer packages for my company
- speed up composer installs with a local package registry
- mirror only selected composer packages
- serve private php packages without private packagist
When to choose
- you need a simple, static, self-hosted Composer repository you can host on any web server or GitHub Pages
- you want control over which packages are exposed without paying for Private Packagist
- you want faster, more reliable Composer installs via a local mirror
When to avoid
- you need a full-featured private Composer repository with a web UI, per-package access control, or on-the-fly metadata - use Private Packagist or satisfy instead
- your package set changes frequently and you cannot run periodic rebuilds, since the repository is static
Facets
cli-tool · maturity active
package-manager developer-tools cli self-hosted developer-tools self-hosted php cli self-hosted cross-platform composer packagist static-repository private-packages php command-line docker
1 source
- readme: https://github.com/composer/satis · fetched 2026-08-28 · a30af1662b0d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| composer/satis | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem