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 5d 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 43% 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

1640d 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 5|6|7|8|9|10|11|12 - Repositories to the database layer

4.2k10.8M145](/packages/prettus-l5-repository)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[sleimanx2/plastic

Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.

508141.9k1](/packages/sleimanx2-plastic)[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.

470161.6k3](/packages/rinvex-laravel-categories)[orkhanahmadov/eloquent-repository

Eloquent Repository for Laravel

2764.5k](/packages/orkhanahmadov-eloquent-repository)[rinvex/laravel-tenants

Rinvex Tenants is a contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.

823.5k10](/packages/rinvex-laravel-tenants)

PHPackages © 2026

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