PHPackages                             konsulting/laravel-editor-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. konsulting/laravel-editor-stamps

ActiveLibrary

konsulting/laravel-editor-stamps
================================

Simple package to add creator and editor to models, and populate them during creation or update.

1.1.2(2y ago)1458↓100%MITPHPPHP ^7.4 | ^8.0CI failing

Since Nov 20Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/konsulting/laravel-editor-stamps)[ Packagist](https://packagist.org/packages/konsulting/laravel-editor-stamps)[ RSS](/packages/konsulting-laravel-editor-stamps/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (2)Versions (11)Used By (0)

Editor Stamps
=============

[](#editor-stamps)

This package provides a simple trait for your [Laravel](http://laravel.com) models which saves the creating/updating user when a model is saved.

It also includes a replacement Schema Facade and BluePrint for use in your migrations to make the addition of `created_by` and `updated_by` columns.

Compatibility
-------------

[](#compatibility)

Laravel 9

Usage
-----

[](#usage)

### To use the trait

[](#to-use-the-trait)

Simply `use` it in your model. `use Konsulting\Laravel\EditorStamps\EditorStamps;`

### To use the Schema and Facade

[](#to-use-the-schema-and-facade)

Use the Schema and Blueprint in your migrations instead of Laravel Default.

```
use Klever\Laravel\EditorStamps\Schema;
use Klever\Laravel\EditorStamps\Blueprint;

```

In Laravel 12, you need to use the default Blueprint and Schema - we extend them with macro's.

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

[](#contributing)

Contributions are welcome and will be fully credited. We will accept contributions by Pull Request.

Please:

- Use the PSR-2 Coding Standard
- Document changes in behaviour, including readme.md.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance55

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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 ~267 days

Recently: every ~30 days

Total

10

Last Release

1058d ago

Major Versions

0.x-dev → 1.0.02023-02-17

PHP version history (5 changes)0.1.0PHP ^5.6 | ^7.0

0.4.0PHP ^5.6 | ^7.0 | ^8.0

1.0.0PHP ^8.0

1.1.0PHP ^8.1

1.1.2PHP ^7.4 | ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4703657?v=4)[Konsulting](/maintainers/konsulting)[@konsulting](https://github.com/konsulting)

---

Top Contributors

[![Keoghan](https://avatars.githubusercontent.com/u/6714599?v=4)](https://github.com/Keoghan "Keoghan (7 commits)")[![jocoDomino](https://avatars.githubusercontent.com/u/26391067?v=4)](https://github.com/jocoDomino "jocoDomino (3 commits)")[![rdarcy1](https://avatars.githubusercontent.com/u/15962421?v=4)](https://github.com/rdarcy1 "rdarcy1 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/konsulting-laravel-editor-stamps/health.svg)

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

PHPackages © 2026

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