gabordemooij/redbean
ORM layer that creates models, config and database on the fly observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 91
- Release rhythm 49
- Longevity 100
Flags: no_license
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: 335
- age_days: 6305
- days_rel: 125
- days_push: 55
- n_releases_24m: 2
Adoption not part of the score
2315 stars · 272 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RedBeanPHP is a lightweight, zero-configuration ORM for PHP that automatically creates tables and columns as you work with objects. It ships as a single file and requires no setup, letting developers store and retrieve beans (models) immediately.
Use cases
- rapidly prototype a PHP app without writing SQL schemas
- store objects in a database without configuring an ORM
- auto-create database tables and columns on the fly
- quickly persist and query records in a small PHP project
- swap between MySQL, SQLite, or Postgres with minimal code
When to choose
- you want a no-config ORM for rapid prototyping or small projects
- you need database tables generated automatically from your code
- you prefer a single-file library with no autoloaders or package tooling
When to avoid
- you need strict schema migrations and versioned database changes
- you require fine-grained control over queries and performance tuning
- your project needs a formally licensed dependency (no license file is present)
Facets
library · maturity stable
orm database databases web-development backend php zero-configuration fluid-schema single-file php-orm
1 source
- readme: https://github.com/gabordemooij/redbean · fetched 2026-08-28 · 689dbf53ea11
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gabordemooij/redbean | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="gabordemooij/redbean")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem