PHPackages                             laravellegends/interactive-model - 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. laravellegends/interactive-model

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

laravellegends/interactive-model
================================

This library is helpful to record data in the Eloquent models interactively via the command line.

0.2.0(4y ago)18.5k1MITPHP

Since Mar 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/LaravelLegends/interactive-model)[ Packagist](https://packagist.org/packages/laravellegends/interactive-model)[ RSS](/packages/laravellegends-interactive-model/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Laravel Legends Interactive Model
=================================

[](#laravel-legends-interactive-model)

This is a Laravel package to help you to record data in the Eloquent models interactively via the command line.

Instalation
-----------

[](#instalation)

Now, run in terminal:

```
composer require laravellegends/interactive-model
```

Usage examples
--------------

[](#usage-examples)

Example:

```
php artisan model:interactive User
```

or

```
php artisan model:interactive App\\Models\\User
```

```
Type the "name" value:
> Wallace Maxters

Type the "email" value:
> wallacemaxters@test.com

Type the "password" value:
> [automatic hidden]

Data inserted in table users

```

This command assume that your models is placed in `App\Models` namespace by default, if you not passed full namespace as argument.

The data asked to fill should be defined in `$fillable` in your model. For fields placed in `$hidden`, the prompt is automatically hidden.

Example:

```
namespace App\Models;

class User extends Model
{
    protected $fillable = ['name', 'email', 'password'];

    protected $hidden = ['password'];
}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

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

Total

3

Last Release

1687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/983cda3e30a5a58d250f3bef7360267e0185b46e891f2f08e6683d0af9a9ddc7?d=identicon)[wallacemaxters](/maintainers/wallacemaxters)

![](https://www.gravatar.com/avatar/59fe203ccf639d985a00f1ed5fabeb042e2a74829708d23d0fe02e95d6599821?d=identicon)[brcontainer](/maintainers/brcontainer)

---

Top Contributors

[![wallacemaxters](https://avatars.githubusercontent.com/u/5245865?v=4)](https://github.com/wallacemaxters "wallacemaxters (2 commits)")

---

Tags

artisanartisan-commandlaravelmodelmodeleloquentartisaninteractive

### Embed Badge

![Health badge](/badges/laravellegends-interactive-model/health.svg)

```
[![Health](https://phpackages.com/badges/laravellegends-interactive-model/health.svg)](https://phpackages.com/packages/laravellegends-interactive-model)
```

###  Alternatives

[prettus/l5-repository

Laravel 8|9|10|11|12|13 - Repositories to the database layer

4.3k11.3M157](/packages/prettus-l5-repository)[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k36.8M153](/packages/owen-it-laravel-auditing)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k5.1M32](/packages/tucker-eric-eloquentfilter)[rinvex/laravel-categories

Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.

470168.0k3](/packages/rinvex-laravel-categories)[baril/bonsai

An implementation of the Closure Tables pattern for Eloquent.

3596.2k](/packages/baril-bonsai)[korridor/laravel-computed-attributes

Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.

1253.4k](/packages/korridor-laravel-computed-attributes)

PHPackages © 2026

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