aimeos/upscheme
Database migrations and schema updates made easy observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2368
- days_rel: n/a
- days_push: 35
- n_releases_24m: 0
Adoption not part of the score
2726 stars · 5 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Upscheme is a PHP library for database schema migrations and updates, letting developers define tables, columns, indexes, foreign keys, and sequences in one place. It automatically upgrades existing databases from any intermediate state to the expected schema and supports data migration between versions.
Use cases
- manage database schema migrations in a PHP application
- upgrade database schema across deployments
- define tables and columns in code instead of SQL
- migrate data between application versions
- keep database state consistent across installations
- generate schema definitions from an existing database
- automate schema updates in continuous deployment pipelines
When to choose
- you have a PHP application needing reliable, repeatable schema migrations
- you want declarative table/column definitions that auto-upgrade existing databases
- you deploy to cloud environments where consistent schema state matters
- you need multi-database support (MySQL, PostgreSQL, SQLite, SQL Server)
When to avoid
- your project is not written in PHP
- you need a full ORM with query building and entity management
- you require destructive migrations that drop columns automatically (Upscheme avoids deletions for safety)
Facets
library · maturity active
database orm databases developer-tools backend php cross-platform database-migrations schema-management db-schema php-library sql
2 sources
- readme: https://github.com/aimeos/upscheme · fetched 2026-08-28 · 6eef456d1737
- homepage: https://upscheme.org · fetched 2026-08-29 · 9cf9f2b90bca
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aimeos/upscheme | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem