Ross ROSS = Recommend OSS · open-source software intelligence for agents

aimeos/upscheme

Database migrations and schema updates made easy observed · 2026-08-28

github.com/aimeos/upscheme · homepage · PHP · LGPL-3.0 (copyleft) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
aimeos/upschememain75

For agents

markdown · JSON · MCP: product_card(name="aimeos/upscheme")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem