PHPackages                             omatech/laravel-statusable - 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. omatech/laravel-statusable

ActiveLibrary

omatech/laravel-statusable
==========================

v0.0.7-beta(6y ago)31471MITPHPPHP ^7.2|^7.1CI failing

Since Mar 22Pushed 6y ago2 watchersCompare

[ Source](https://github.com/omatech/laravel-statusable)[ Packagist](https://packagist.org/packages/omatech/laravel-statusable)[ Docs](https://github.com/omatech/laravel-statusable)[ RSS](/packages/omatech-laravel-statusable/feed)WikiDiscussions master Synced 3d ago

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

Laravel Statusable
==================

[](#laravel-statusable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0cb9fadd7dccdf815d25d51bac9a38e414aad8bb5505a8194049a8f5f7473477/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6d61746563682f6c61726176656c2d73746174757361626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/laravel-statusable)[![Total Downloads](https://camo.githubusercontent.com/4f6c9ad3ccd06df5ab0ae7646dfa89d6d58a1d5d8acd92a989677ef0a906a2da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d61746563682f6c61726176656c2d73746174757361626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/omatech/laravel-statusable)

Tired of repeating the status control of your models again and again? Well, here it's already done.

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

[](#installation)

You can install the package via composer:

```
composer require omatech/laravel-statusable
```

Setup
-----

[](#setup)

```
php artisan vendor:publish --tag=laravel-statusable-publish
```

Usage
-----

[](#usage)

Just use `Statusable` trait in your models to obtain the current status or the status history.

```
use Omatech\LaravelStatusable\App\Traits\Statusable;
```

To add an entry to history use the add method from `StatusHistory` model. Example:

```
StatusHistory::add('status-name', 'model-instance', 'releated-model', 'guard');
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~38 days

Recently: every ~56 days

Total

7

Last Release

2382d ago

PHP version history (2 changes)v0.0.1-betaPHP ^7.1

v0.0.7-betaPHP ^7.2|^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a6b2440a7864015d71501a9cd77d28bed549c283afdd8d1af95f54b650dc833?d=identicon)[aponscat](/maintainers/aponscat)

---

Top Contributors

[![adriaroca](https://avatars.githubusercontent.com/u/3205030?v=4)](https://github.com/adriaroca "adriaroca (1 commits)")[![hondilla](https://avatars.githubusercontent.com/u/7813599?v=4)](https://github.com/hondilla "hondilla (1 commits)")

---

Tags

laravellaravel-packagestatusstatus-historyomatechlaravel-statusable

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/omatech-laravel-statusable/health.svg)

```
[![Health](https://phpackages.com/badges/omatech-laravel-statusable/health.svg)](https://phpackages.com/packages/omatech-laravel-statusable)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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