PHPackages                             sevenlab/stamps - 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. sevenlab/stamps

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

sevenlab/stamps
===============

Adds userstamps to models and migrations and handles it automatically

1.3(2y ago)11.0kMITPHP

Since Oct 22Pushed 2y ago2 watchersCompare

[ Source](https://github.com/SevenLabnl/laravel-stamps)[ Packagist](https://packagist.org/packages/sevenlab/stamps)[ Docs](https://github.com/7Lab/laravel-stamps)[ RSS](/packages/sevenlab-stamps/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (7)Used By (0)

Stamps
======

[](#stamps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/83ba86fe836231b9bb09fb4e9bfd14fc217430622cc9aa152f766f8a9c66c979/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736576656e6c61622f7374616d70732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sevenlab/stamps)[![Total Downloads](https://camo.githubusercontent.com/1113ab38be42bdc2a4b66a63268aef0b3cd15eb05f60b3fff17e654d319de3e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736576656e6c61622f7374616d70732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sevenlab/stamps)[![Build Status](https://camo.githubusercontent.com/6ba29ee3d09a45d8f1830c0c173d9c360fdb1a4082c1741c577f1cc318f11b74/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736576656e6c61622f7374616d70732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/sevenlab/stamps)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require sevenlab/stamps
```

Usage
-----

[](#usage)

Add the labStamps to your migrations and use the trait on the model.

```
Schema::create('table', function (Blueprint $table) {
    $table->labStamps();
});
```

```
use LabStamps;
```

LabStamps uses SoftDeletes by default.

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)

- [7Lab](https://github.com/sevenlab)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

741d ago

### Community

Maintainers

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

---

Top Contributors

[![BeauvR](https://avatars.githubusercontent.com/u/55840090?v=4)](https://github.com/BeauvR "BeauvR (4 commits)")[![Mezeman1](https://avatars.githubusercontent.com/u/22822736?v=4)](https://github.com/Mezeman1 "Mezeman1 (3 commits)")[![SevenLab-nl](https://avatars.githubusercontent.com/u/26413816?v=4)](https://github.com/SevenLab-nl "SevenLab-nl (2 commits)")

---

Tags

laraveluserstampsStamps

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sevenlab-stamps/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

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

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[illuminatech/config

Provides support for Laravel application runtime configuration managed in persistent storage

14921.0k1](/packages/illuminatech-config)

PHPackages © 2026

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