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

archtechx/tenancy

Automatic multi-tenancy for Laravel. No code changes needed. observed · 2026-08-28

github.com/archtechx/tenancy · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 99
  • Release rhythm 72
  • 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: 142.0
  • age_days: 2785
  • days_rel: 28
  • days_push: 7
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

4399 stars · 492 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Tenancy for Laravel (stancl/tenancy) is a PHP package that adds automatic multi-tenancy to Laravel applications with no code changes required. It handles tenant identification by domain/subdomain/path/request data and automatically scopes databases, caches, filesystems, queues, and Redis stores per tenant.

Use cases

  • convert an existing Laravel app into a multi-tenant SaaS
  • serve multiple customers on separate subdomains of one Laravel app
  • give each tenant its own database with automatic connection switching
  • identify tenants by domain, subdomain, path, or request data
  • separate tenant caches, filesystems, and queues automatically
  • build a multi-tenant SaaS boilerplate with Laravel Nova or Horizon support

When to choose

  • you're building a SaaS on Laravel and need tenant data isolation
  • you want multi-tenancy without rewriting application code or adding model traits
  • you need flexible tenant identification (domains, subdomains, paths, request data)
  • you want a well-tested, actively maintained tenancy package with event-based extensibility

When to avoid

  • your project isn't built on Laravel
  • you need single-tenant hosting with no shared data concerns
  • you want a minimal manual-tenancy toolkit rather than automatic bootstrapping
  • you're not using a relational/database-backed Laravel setup

Facets

library · maturity stable

middleware database caching routing plugin-system web-development backend developer-tools self-hosted php multi-tenancy saas laravel-package tenant-isolation domain-identification laravel

10 sources

Member repositories

RepositoryRoleHealth v2
archtechx/tenancymain90

For agents

markdown · JSON · MCP: product_card(name="archtechx/tenancy")

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