PHPackages                             deegitalbe/laravel-trustup-io-model-commons - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. deegitalbe/laravel-trustup-io-model-commons

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

deegitalbe/laravel-trustup-io-model-commons
===========================================

Common functionalities for our models

v2.0.0(2mo ago)0927MITPHPCI passing

Since Nov 21Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/deegitalbe/laravel-trustup-io-model-commons)[ Packagist](https://packagist.org/packages/deegitalbe/laravel-trustup-io-model-commons)[ RSS](/packages/deegitalbe-laravel-trustup-io-model-commons/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (8)Used By (0)

laravel-trustup-io-model-commons
================================

[](#laravel-trustup-io-model-commons)

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

[](#compatibility)

LaravelPackage8.x / 9.x1.x12.x2.xOverview
--------

[](#overview)

This package handle uuids &amp; softdeletes for your models.

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

[](#installation)

```
composer require deegitalbe/laravel-trustup-io-model-commons
```

### Configuration

[](#configuration)

Add fields to your migrations

```
    use Illuminate\Database\Schema\Blueprint;
    use Illuminate\Support\Facades\Schema;

    /**
     * Run the migrations.
     *
     * @return void
     */
    public function up()
    {
        Schema::create('my-models', function (Blueprint $table) {
            $table->uuid();
            $table->softDeletes();
        });
    }
```

Your models should look like this

```
use Deegitalbe\LaravelTrustupIoModelCommons\Models\AbstractModel;

class MyModel extends AbstractModel
{
    // ...
}
```

You're good to go!

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance85

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Recently: every ~290 days

Total

7

Last Release

76d ago

Major Versions

v0.0.2 → v1.0.02022-12-21

v1.1.2 → v2.0.02026-02-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24230736?v=4)[Mathieu Henrotay](/maintainers/henrotaym)[@henrotaym](https://github.com/henrotaym)

---

Top Contributors

[![henrotaym](https://avatars.githubusercontent.com/u/24230736?v=4)](https://github.com/henrotaym "henrotaym (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/deegitalbe-laravel-trustup-io-model-commons/health.svg)

```
[![Health](https://phpackages.com/badges/deegitalbe-laravel-trustup-io-model-commons/health.svg)](https://phpackages.com/packages/deegitalbe-laravel-trustup-io-model-commons)
```

PHPackages © 2026

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