# VentureCraft/revisionable

Easily create a revision history for any laravel model

Repository: https://github.com/VentureCraft/revisionable
Canonical: https://ross.abutalabs.com/products/revisionable
Homepage: http://twitter.com/duellsy
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-02-25T09:14:35+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 69, release rhythm 40, longevity 100
- inputs: {"age_days": 4928, "days_push": 189, "days_rel": 189, "gap_med": 373, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2615, forks 341 (observed 2026-08-28T04:07:04.565658+00:00)

## What it is
A Laravel PHP package that adds automatic revision history to any Eloquent model via a trait. It records who changed which fields and from what values, providing an auditable change history with minimal setup.

## Use cases
- track revision history for laravel models
- audit who changed what field in eloquent
- display model change history to users
- keep version history of database records
- log field-level changes with user attribution
- add audit trail to laravel app without extra work

## When to choose
- you use Laravel/Eloquent and want automatic model change tracking
- you need accountability showing which user made each change
- you want a drop-in trait-based solution with minimal configuration

## When to avoid
- you're not using Laravel or Eloquent
- you need full document versioning or rollback to previous states rather than field-level diffs
- you need high-throughput audit logging with async processing

## Facets
- artifact type: library
- maturity: maintenance
- function: orm, logging, database
- domain: web-development, developer-tools, databases
- platform: php
- tags: laravel-package, revision-history, audit-trail, eloquent, model-versioning, laravel

## Member repositories
- VentureCraft/revisionable (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.565658+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-30T02:20:25.452326+00:00, confidence not recorded.
  - readme: https://github.com/VentureCraft/revisionable (fetched 2026-08-28T04:07:04.565658+00:00, sha 8fe72c965717)
- Data as of 2026-08-30T08:39:29.467469+00:00.
