PHPackages                             kace/eloquent-draftable - 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. [Database &amp; ORM](/categories/database)
4. /
5. kace/eloquent-draftable

ActiveLibrary[Database &amp; ORM](/categories/database)

kace/eloquent-draftable
=======================

Add draftable functionality to your eloquent models.

v0.0.1(5y ago)02[1 issues](https://github.com/kacesolutions/eloquent-draftable/issues)MITPHPPHP ^7.3

Since Oct 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kacesolutions/eloquent-draftable)[ Packagist](https://packagist.org/packages/kace/eloquent-draftable)[ RSS](/packages/kace-eloquent-draftable/feed)WikiDiscussions master Synced today

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

Eloquent Draftable
==================

[](#eloquent-draftable)

- [Introduction](#introduction)
- [Installation](#installation)

Introduction
------------

[](#introduction)

Eloquent Draftable provides additional draftable features for your model elements. This package gives you the feature to publish a model or to publish on a scheduled basis or to publish on a certain date.

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

[](#installation)

You may install Eloquent Draftable via Composer:

```
composer require kace/eloquent-draftable
```

Next, add the nullable timestamp column `publisheh_at` to the model table database:

```
$table->timestamp('published_at')->nullable();
```

Finally, you should run your database migrations. Eloquent Draftable will add a `published_at` column in which to publication date:

```
php artisan migrate
```

License
-------

[](#license)

This package is licensed under the MIT license.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

2037d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16517846?v=4)[Amir Marmul](/maintainers/amirmarmul)[@amirmarmul](https://github.com/amirmarmul)

---

Top Contributors

[![amirmarmul](https://avatars.githubusercontent.com/u/16517846?v=4)](https://github.com/amirmarmul "amirmarmul (63 commits)")

### Embed Badge

![Health badge](/badges/kace-eloquent-draftable/health.svg)

```
[![Health](https://phpackages.com/badges/kace-eloquent-draftable/health.svg)](https://phpackages.com/packages/kace-eloquent-draftable)
```

###  Alternatives

[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k33.0M95](/packages/owen-it-laravel-auditing)[staudenmeir/eloquent-json-relations

Laravel Eloquent relationships with JSON keys

1.1k5.8M24](/packages/staudenmeir-eloquent-json-relations)[bavix/laravel-wallet

It's easy to work with a virtual wallet.

1.3k1.1M11](/packages/bavix-laravel-wallet)[dragon-code/migrate-db

Easy data transfer from one database to another

15717.4k](/packages/dragon-code-migrate-db)[gearbox-solutions/eloquent-filemaker

A package for getting FileMaker records as Eloquent models in Laravel

6454.8k2](/packages/gearbox-solutions-eloquent-filemaker)[cybercog/laravel-ownership

Laravel Ownership simplify management of Eloquent model's owner.

9126.6k3](/packages/cybercog-laravel-ownership)

PHPackages © 2026

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