# reliese/laravel

Reliese Laravel Model Generator

Repository: https://github.com/reliese/laravel
Canonical: https://ross.abutalabs.com/products/reliese-laravel
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, scaffold, laravel-components, database, eloquent, eloquent-models, mysql-database
Last push: 2025-03-20T16:18:41+00:00

## Health v2 (maintenance only)
Score: 31/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 12, release rhythm 16, longevity 100
- inputs: {"age_days": 3608, "days_push": 531, "days_rel": 531, "gap_med": 94.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1705, forks 319 (observed 2026-08-28T04:05:24.761927+00:00)

## What it is
A Laravel package that inspects your database schema (columns, types, foreign keys) and automatically generates Eloquent model classes with typed properties and relationships. It runs via an artisan command and is configurable for per-table or per-connection scaffolding.

## Use cases
- generate eloquent models from an existing mysql database
- scaffold laravel models with relationships from foreign keys
- reverse engineer database schema into laravel models
- regenerate models automatically when the database changes
- create typed model properties from column definitions

## When to choose
- you are starting a Laravel app on top of an existing database schema
- you have many tables and want to avoid hand-writing boilerplate Eloquent models
- you want models kept in sync with frequent schema changes via base-file inheritance

## When to avoid
- you are not using Laravel or Eloquent
- you prefer writing models manually with custom domain logic from the start
- you need code generation for non-MySQL databases without supported connections

## Facets
- artifact type: library
- maturity: active
- function: orm, developer-tools, cli, database
- domain: web-development, developer-tools, databases
- platform: php, cli
- tags: laravel, eloquent, code-generation, scaffolding, models, mysql

## Member repositories
- reliese/laravel (main) score 31

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:24.761927+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:37:32.900233+00:00, confidence not recorded.
  - readme: https://github.com/reliese/laravel (fetched 2026-08-28T04:05:24.761927+00:00, sha 99fa999184fd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
