illuminate/database
[READ ONLY] Subtree split of the Illuminate Database component (see laravel/framework) observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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: 5203
- days_rel: n/a
- days_push: 8
- n_releases_24m: 0
Adoption not part of the score
2770 stars · 605 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Illuminate Database is the database toolkit extracted from the Laravel framework, providing an expressive query builder, the Eloquent ActiveRecord-style ORM, and a schema builder. It supports MySQL, Postgres, SQL Server, and SQLite and can be used standalone via its Capsule manager.
Use cases
- use eloquent orm outside laravel
- build sql queries with a fluent query builder in php
- manage database schema migrations programmatically
- connect php app to mysql postgres sqlite or sql server
- add activerecord-style models to a non-laravel project
When to choose
- you want Laravel's Eloquent ORM or query builder in a standalone PHP project
- you need a mature, well-documented database abstraction with schema builder support
- you are building a Laravel application or package
When to avoid
- you prefer a lightweight data-mapper ORM like Doctrine
- you need raw performance without abstraction layers
- your project is not PHP
Facets
library · maturity stable
orm database database-driver databases web-development backend developer-tools php cross-platform eloquent query-builder schema-builder laravel activerecord mysql postgres sqlite sql-server
1 source
- readme: https://github.com/illuminate/database · fetched 2026-08-28 · f7f9b33681c7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| illuminate/database | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="illuminate/database")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem