PHPackages                             antoniputra/reviz - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. antoniputra/reviz

ActiveLibrary[Database &amp; ORM](/categories/database)

antoniputra/reviz
=================

Easy way to record and rollback any changes of your Eloquent Entities.

33PHP

Since Jan 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/antoniputra/reviz)[ Packagist](https://packagist.org/packages/antoniputra/reviz)[ RSS](/packages/antoniputra-reviz/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Reviz
=====

[](#reviz)

[![Build Status](https://camo.githubusercontent.com/fe15998b31e4e76d990ae7a7e42c3c3a31fcb8ed36dba341bccfb8422faec5c9/68747470733a2f2f6170702e7472617669732d63692e636f6d2f616e746f6e6970757472612f726576697a2e7376673f6272616e63683d6d6173746572)](https://app.travis-ci.com/antoniputra/reviz)[![codecov](https://camo.githubusercontent.com/5fd96d1ae24794b05a2f5718933c664622d747841a59eed53c7e14d75bc9162f/68747470733a2f2f636f6465636f762e696f2f67682f616e746f6e6970757472612f726576697a2f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d594b4646304342544e4a)](https://codecov.io/gh/antoniputra/reviz)[![Total Downloads](https://camo.githubusercontent.com/7bde002e92b01151329e6f55d50ebfb7e4396b8a9d6027648d5c22d2e337fea0/687474703a2f2f706f7365722e707567782e6f72672f616e746f6e6970757472612f726576697a2f646f776e6c6f616473)](https://packagist.org/packages/antoniputra/reviz)[![Latest Stable Version](https://camo.githubusercontent.com/43ed1baa443be7e572c5197b7c43913aded1c615591755785d011bea182ebf9a/687474703a2f2f706f7365722e707567782e6f72672f616e746f6e6970757472612f726576697a2f76)](https://packagist.org/packages/antoniputra/reviz)[![License](https://camo.githubusercontent.com/a14bb3c619e878f1027bc409c18dafc8b6733412d533dde9de4ef099eb411d84/687474703a2f2f706f7365722e707567782e6f72672f616e746f6e6970757472612f726576697a2f6c6963656e7365)](https://packagist.org/packages/antoniputra/reviz)

Easy way to record and rollback any changes of your Eloquent Entities.

Feature
-------

[](#feature)

- √ Monitor your Eloquent changes.
- √ Filter specific fields to be monitored.
- √ Single Rollback to specific state
- √ Group rollback by batch
- \[soon\] GUI

How to use
----------

[](#how-to-use)

Just put `RevizTrait` to your desired Eloquent Models. e.g:

```
namespace App;

use Antoniputra\Reviz\RevizTrait;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;

class Post extends Model
{
    use SoftDeletes, RevizTrait;

    ...
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cbdf243a07623d877fe5dd3afffc46bacff70240a3710a477011851a5958c8e?d=identicon)[antoniputra](/maintainers/antoniputra)

---

Top Contributors

[![antoniputra](https://avatars.githubusercontent.com/u/3622084?v=4)](https://github.com/antoniputra "antoniputra (6 commits)")

### Embed Badge

![Health badge](/badges/antoniputra-reviz/health.svg)

```
[![Health](https://phpackages.com/badges/antoniputra-reviz/health.svg)](https://phpackages.com/packages/antoniputra-reviz)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
