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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. munettt/userstamps

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

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 today

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 31% 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

1609d ago

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

v0.4.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4035110?v=4)[Munzir Rosdi](/maintainers/munettt)[@munettt](https://github.com/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

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k8](/packages/jeremy379-laravel-openid-connect)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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