PHPackages                             baytek/laravel-statusbit - 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. baytek/laravel-statusbit

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

baytek/laravel-statusbit
========================

Model Status Bits

1.4.1(7y ago)01721PHPPHP &gt;=5.6.4

Since Nov 17Pushed 1y agoCompare

[ Source](https://github.com/baytek-team/Laravel-StatusBit)[ Packagist](https://packagist.org/packages/baytek/laravel-statusbit)[ RSS](/packages/baytek-laravel-statusbit/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (34)Used By (1)

Laravel Eloquent Status Bit
===========================

[](#laravel-eloquent-status-bit)

[![Laravel](https://camo.githubusercontent.com/751de52b1bee58113b5d1ffebf475031ed1c9771a0cf186203381d209c448b50/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d7e352e322d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

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

[](#installation)

#### Composer

[](#composer)

Add this to your composer.json file, in the require object:

```
"baytek/laravel-statusbit": "dev-master"
```

After that, run composer install to install the package.

Configuration
-------------

[](#configuration)

#### Model Setup

[](#model-setup)

Next, add the `StatusBit` trait to each of your statusable model definition:

```
use Baytek\Laravel\StatusBit\Statusable;

class Post extends Eloquent
{
    use Statusable;
}
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 80.8% 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 ~92 days

Recently: every ~568 days

Total

33

Last Release

524d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9562e34cab6f9761e22df75222bda0fc7daadd2c2e411b27aedca5628f2a6507?d=identicon)[Baytek](/maintainers/Baytek)

---

Top Contributors

[![baytek-yvon](https://avatars.githubusercontent.com/u/12969611?v=4)](https://github.com/baytek-yvon "baytek-yvon (21 commits)")[![chad-baytek](https://avatars.githubusercontent.com/u/12816953?v=4)](https://github.com/chad-baytek "chad-baytek (5 commits)")

### Embed Badge

![Health badge](/badges/baytek-laravel-statusbit/health.svg)

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

PHPackages © 2026

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