PHPackages                             sven/moretisan - 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. sven/moretisan

Abandoned → [sven/artisan-view](/?search=sven%2Fartisan-view)ArchivedLibrary

sven/moretisan
==============

Add more artisan commands to your Laravel projects.

2.0.5(10y ago)022MITPHP

Since Mar 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/svenluijten/moretisan)[ Packagist](https://packagist.org/packages/sven/moretisan)[ RSS](/packages/sven-moretisan/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (14)Used By (0)

[![moretisan](https://cloud.githubusercontent.com/assets/11269635/13992937/51d9dc9c-f11e-11e5-8009-4ea275193d6d.jpg)](https://cloud.githubusercontent.com/assets/11269635/13992937/51d9dc9c-f11e-11e5-8009-4ea275193d6d.jpg)

Moretisan
=========

[](#moretisan)

[![Latest Version on Packagist](https://camo.githubusercontent.com/82d3dc655103adae1f570f3b69e4e403873fcca6be60a60d902b16ad2271deec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7376656e2f6d6f7265746973616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sven/moretisan)[![Total Downloads](https://camo.githubusercontent.com/21d60da94178396276d4ede19a58e8f7e2c84160c42e5243046630b827e7f03d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7376656e2f6d6f7265746973616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sven/moretisan)[![Software License](https://camo.githubusercontent.com/6c711032aff1ca0eb6b211aa6cb3649ce7fd64a7714e1181d4bb457f9680e7cf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/976481b63dc6bc5f833313bd2f05797ea05d1fdbf11990b7fe49974445ced8a6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7376656e6c75696a74656e2f6d6f7265746973616e2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/svenluijten/moretisan)[![Code Climate](https://camo.githubusercontent.com/c6f530d401526cd5f152e1b5dac020d6a16527c32beb5f965d9417c9f6468be6/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f7376656e6c75696a74656e2f6d6f7265746973616e2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/svenluijten/moretisan)[![Code Quality](https://camo.githubusercontent.com/0882c4de60c00b8cc93ef21c7ef099d65bc602f0d51b119f9de4b9f6c968f239/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7376656e6c75696a74656e2f6d6f7265746973616e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/svenluijten/moretisan/?branch=master)[![SensioLabs Insight](https://camo.githubusercontent.com/1a0097084a9bb40baca639446951471167b90eda2f0f61ae7bcaa1b5dcdac14d/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f35333362396265342d646639312d343033382d623834352d3832383232323438303332392e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/533b9be4-df91-4038-b845-828222480329)

> This package is deprecated! Use [sven/artisan-view](https://github.com/svenluijten/artisan-view) instead!

This package adds helpful artisan commands to your Laravel projects. More are constantly being added!

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

[](#installation)

Via [composer](http://getcomposer.org):

```
$ composer require sven/moretisan
```

Alternatively, add the package to your dev dependencies in `composer.json` and run `composer update` afterwards:

```
{
    "require": {
        "sven/moretisan": "^2.0"
    }
}
```

Next, add the `MoretisanServiceProvider` to your `providers` array in `config/app.php`:

```
// config/app.php
'providers' => [
    ...
    Sven\Moretisan\MoretisanServiceProvider::class,
    ...
];
```

Usage
-----

[](#usage)

The commands in this package should now be registered. Simply run `php artisan`, and you will see all commands in the list.

Currently, the package provides the following command(s):

- `php artisan make:view`
- `php artisan scrap:view`

**More in-depth documentation can be found on the [wiki](../../wiki).**

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

[](#contributing)

All contributions (in the form on pull requests, issues and feature-requests) are welcomed and will be properly credited.

License
-------

[](#license)

`sven/moretisan` is licenced under the MIT License (MIT). Please see the [license file](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Total

13

Last Release

3687d ago

Major Versions

1.0.5 → 2.0.02016-03-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/6682e025b83b7a93b4d43c5c9b0b2245d790d72352758c47b81ba14858f45a8a?d=identicon)[svenluijten](/maintainers/svenluijten)

---

Top Contributors

[![svenluijten](https://avatars.githubusercontent.com/u/11269635?v=4)](https://github.com/svenluijten "svenluijten (54 commits)")

---

Tags

laravelextraartisanilluminatecommands

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sven-moretisan/health.svg)

```
[![Health](https://phpackages.com/badges/sven-moretisan/health.svg)](https://phpackages.com/packages/sven-moretisan)
```

###  Alternatives

[api-platform/laravel

API Platform support for Laravel

59126.4k5](/packages/api-platform-laravel)

PHPackages © 2026

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