PHPackages                             zdrojowa/revision-module - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zdrojowa/revision-module

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zdrojowa/revision-module
========================

1.1.1(6y ago)052MITJavaScriptCI failing

Since Apr 15Pushed 6y agoCompare

[ Source](https://github.com/zdrojowa/revision-module)[ Packagist](https://packagist.org/packages/zdrojowa/revision-module)[ Docs](https://github.com/zdrojowa/revision-module)[ RSS](/packages/zdrojowa-revision-module/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (6)Used By (0)

RevisionModule
==============

[](#revisionmodule)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b7c947b54f6d57cd2bbc2668b7c2d6f7fad5ae22d9c7e8734ae80a29db80336b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a64726f6a6f77612f7265766973696f6e2d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zdrojowa/revision-module)[![Total Downloads](https://camo.githubusercontent.com/f9a68fe1a6ee768e8598936cc16a0790bc1837ff79593743af64dae496daf334/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a64726f6a6f77612f7265766973696f6e2d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zdrojowa/revision-module)[![Build Status](https://camo.githubusercontent.com/af3409bfa37731cfb7469d9eb953897da19c0e71122d3c709188af9bb2c9137e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7a64726f6a6f77612f7265766973696f6e2d6d6f64756c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/zdrojowa/revision-module)

Revisions &amp; History

Installation
------------

[](#installation)

Via Composer

```
$ composer require zdrojowa/revision-module
```

Usage
-----

[](#usage)

- Add in webpack.mix.js

```
mix.module('RevisionModule', 'vendor/zdrojowa/revision-module');
```

- Add module RevisionModule in config/selene.php

```
'modules' => [
    RevisionModule::class,
],
```

- run npm

```
npm install
npm run prod
```

- Dodaj w module akcji

```
Revision::create([
    'table' => 'pages',
    'action' => 'updated',
    'content_id' => $id,
    'content' => $page,
    'created_at' => now(),
    'user_id' => $request->user()->id
]);
```

- Dodaj we view

```

@include('RevisionModule::revisions', [
    'table'      => 'pages',
    'content_id' => $page->id
])

@javascript('csrf', csrf_token())

```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [author name](https://github.com/zdrojowa)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~3 days

Total

5

Last Release

2203d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f70a64950853e2b114b020b24898766bdee72043aeb30fb87c1dd2ea2d66772f?d=identicon)[zdrojowa](/maintainers/zdrojowa)

---

Top Contributors

[![daw-alina](https://avatars.githubusercontent.com/u/61972526?v=4)](https://github.com/daw-alina "daw-alina (5 commits)")

---

Tags

laravelmongoRevisionModule

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zdrojowa-revision-module/health.svg)

```
[![Health](https://phpackages.com/badges/zdrojowa-revision-module/health.svg)](https://phpackages.com/packages/zdrojowa-revision-module)
```

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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