PHPackages                             novius/laravel-artisan-streamed - 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. [CLI &amp; Console](/categories/cli)
4. /
5. novius/laravel-artisan-streamed

ActiveLibrary[CLI &amp; Console](/categories/cli)

novius/laravel-artisan-streamed
===============================

Launch and view outputs of artisan commands.

2.2.1(1mo ago)07.2k↓37.5%1AGPL-3.0-or-laterPHPPHP &gt;=8.2CI passing

Since Aug 25Pushed 1mo ago4 watchersCompare

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

READMEChangelog (7)Dependencies (7)Versions (9)Used By (0)

Laravel Artisan Streamed
========================

[](#laravel-artisan-streamed)

This package gives an interface to launch custom artisan commands and watch their outputs.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Laravel Framework &gt;= 10.0
-

> **NOTE**: These instructions are for Laravel &gt;= 10.0 and PHP &gt;= 8.2 If you are using prior version, please see the [previous version's docs](https://github.com/novius/laravel-artisan-streamed/tree/1.x).

### Configuration

[](#configuration)

Some options that you can override are available.

```
php artisan vendor:publish --provider="Novius\LaravelArtisanStreamed\ArtisanStreamedServiceProvider" --tag="config"
```

Edit default templates
----------------------

[](#edit-default-templates)

Run:

```
php artisan vendor:publish --provider="Novius\LaravelArtisanStreamed\ArtisanStreamedServiceProvider" --tag="views"
```

Prune old records
-----------------

[](#prune-old-records)

You can config database record retention in the app config file.

By default, app is configured to keep records during 30 days.

```
// App\Console\Kernel.php

protected function schedule(Schedule $schedule): void
{
    $schedule->command('model:prune', [
        '--model' => [Novius\LaravelArtisanStreamed\Models\LaunchedCommand::class],
    ])->daily();
}
```

Manually command :

```
php artisan model:prune --model="Novius\\LaravelArtisanStreamed\\Models\\LaunchedCommand"
```

Lint
----

[](#lint)

Run php-cs with:

```
composer run-script lint
```

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

[](#contributing)

Contributions are welcome! Leave an issue on Github, or create a Pull Request.

Licence
-------

[](#licence)

This package is under [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl-3.0.html) or (at your option) any later version.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance89

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~169 days

Total

8

Last Release

54d ago

Major Versions

1.x-dev → 2.0.02024-07-10

PHP version history (2 changes)1.0.0PHP &gt;=8.1

2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/341860?v=4)[Novius](/maintainers/novius)[@novius](https://github.com/novius)

---

Top Contributors

[![felixgilles](https://avatars.githubusercontent.com/u/900854?v=4)](https://github.com/felixgilles "felixgilles (4 commits)")[![tony-novius](https://avatars.githubusercontent.com/u/243603340?v=4)](https://github.com/tony-novius "tony-novius (3 commits)")[![Ange7](https://avatars.githubusercontent.com/u/4114703?v=4)](https://github.com/Ange7 "Ange7 (1 commits)")

---

Tags

laravelartisan

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/novius-laravel-artisan-streamed/health.svg)

```
[![Health](https://phpackages.com/badges/novius-laravel-artisan-streamed/health.svg)](https://phpackages.com/packages/novius-laravel-artisan-streamed)
```

###  Alternatives

[ronasit/laravel-entity-generator

Provided console command for generating entities.

2053.1k](/packages/ronasit-laravel-entity-generator)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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