PackageTrack
Sign in Get early access

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.

4.0.0 2.0M downloads/mo #2847 most downloaded on Packagist mattiverse/Laravel-Userstamps

What this package is like to depend on

Last release 5 months ago

19 Mar 2026

Release timing varies

gaps range from 2 weeks to 1.4 years

Some releases are documented

notes for 10 of 31 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

32 releases · first in 2016

2 releases in the last 12 months

see the full history below

Release timeline

32 releases · Mar 2016 to Mar 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 32
  1. 4.0.0 19 Mar 2026
    Release notes

    Breaking Changes

    • This release drops support for Laravel version 9.x.
    • creator, editor, and destroyer all now return a BelongsTo relation.

    What's Changed

    • feat: support Laravel 13

    Full Changelog: 3.1.1...4.0.0

    Open source →
  2. 3.1.1 19 Nov 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 3.1.0...3.1.1

    Open source →
  3. 3.1.0 09 Jun 2025
    Release notes

    What's New

    This release introduces macros to simplify creating migrations.

    Userstamp columns can now be created with:

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

    And dropped with:

    $table->dropUserstamps();
    $table->dropUserstampSoftDeletes();
    

    What's Changed

    New Contributors

    Full Changelog: 3.0.0...3.1.0

    Open source →
  4. 3.0.0 22 Feb 2025
    Release notes

    Breaking Changes

    • This release drops support for PHP versions lower than 8.2 and Laravel versions lower than 9.x.
    • This release updates the namespace from Wildside\Userstamps to Mattiverse\Userstamps to reflect the ownership change of this project.
    • Additionally, the Userstamps trait has moved from Wildside\Userstamps\Userstamps to Mattiverse\Userstamps\Traits\Userstamps - note the additional nesting under Traits.

    What's Changed

    Full Changelog: 2.5.0...3.0.0

    Open source →
  5. 2.5.0 22 Feb 2025
    Release notes

    What's Changed

    • feat: support for Laravel 12
    • chore: updated tests

    Contributors

    Full Changelog: 2.4.0...2.5.0

    Open source →
  6. 2.4.0 13 Mar 2024
    Release notes

    Adds support for Laravel 11.x

    Open source →
  7. 2.3.0 15 Feb 2023
    Release notes

    Adds support for Laravel 10.x

    Open source →
  8. 2.2.0 09 Feb 2022
    Release notes

    Adds support for Laravel 9.x

    Open source →
  9. 2.1.0 11 Sep 2020
    Release notes

    Adds support for Laravel 8.x.

    Open source →
  10. 2.0.0 09 Mar 2020
    Release notes

    This releases contains no new functionality, but has a breaking change for an undocumented behaviour.

    The majority of use cases should not be effected by this change, but tagging a major version in case anyone was relying on the behaviour.

    Previously, setting any of CREATED_BY, UPDATED_BY and DELETED_BY class constants to null would revert to the default column name. This release changes that behaviour to match Laravel's pattern for the timestamp class constants. A value of null on any of those class constants will now disable maintaining of that column.

    Open source →
  11. 1.2.0 03 Mar 2020

    Nothing published for this version

  12. 1.1.0 21 Oct 2019

    Nothing published for this version

  13. 1.0.0 16 Oct 2019

    Nothing published for this version

  14. 1.0.0-rc.0 20 Sep 2019 pre-release

    Nothing published for this version

  15. 0.6.0 20 Sep 2019

    Nothing published for this version

  16. 0.5.6 03 Sep 2019

    Nothing published for this version

  17. 0.5.5 28 Feb 2019

    Nothing published for this version

  18. 0.5.4 30 Jan 2019

    Nothing published for this version

  19. 0.5.3 31 Aug 2018

    Nothing published for this version

  20. 0.5.2 18 Jul 2018

    Nothing published for this version

  21. 0.5.1 12 Feb 2018

    Nothing published for this version

  22. 0.5.0 09 Feb 2018

    Nothing published for this version

  23. 0.4.0 29 Sep 2017

    Nothing published for this version

  24. 0.3.0 31 Jul 2017

    Nothing published for this version

  25. 0.2.3 22 Mar 2017

    Nothing published for this version

  26. 0.2.2 25 Jan 2017

    Nothing published for this version

  27. 0.2.1 12 Jan 2017

    Nothing published for this version

  28. 0.2.0 02 Dec 2016

    Nothing published for this version

  29. 0.1.3 28 Nov 2016

    Nothing published for this version

  30. 0.1.2 14 May 2016

    Nothing published for this version

  31. 0.1.1 11 Mar 2016

    Nothing published for this version

  32. 0.1.0 10 Mar 2016

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive