PHPackages                             munettt/userstamps - 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. munettt/userstamps

ActiveLibrary

munettt/userstamps
==================

Userstamps for Laravel

v0.4.0(4y ago)016MITPHPPHP ^7.2|^8.0CI failing

Since Jan 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/munettt/userstamps)[ Packagist](https://packagist.org/packages/munettt/userstamps)[ RSS](/packages/munettt-userstamps/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Userstamps
==========

[](#userstamps)

Create created\_by and updated\_by for your migrations.

```
$table->userstamps();
```

will add

`created_by` and `updated_by` column

Comes with handy trait to use in your model

```
use Munettt\Userstamps\Userstamps;

class Book extends Model
{
    use Userstamps;

    //
}
```

which register events upon creating/updating model with appropriate created\_by / updated\_by user id.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~251 days

Total

4

Last Release

1562d ago

PHP version history (2 changes)v0.1.0PHP ^7.2

v0.4.0PHP ^7.2|^8.0

### Community

Maintainers

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

---

Top Contributors

[![munettt](https://avatars.githubusercontent.com/u/4035110?v=4)](https://github.com/munettt "munettt (7 commits)")

### Embed Badge

![Health badge](/badges/munettt-userstamps/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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