PHPackages                             marcop93/webisan - 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. marcop93/webisan

ActiveLibrary

marcop93/webisan
================

Web interface for Laravel Artisan

085HTML

Since Mar 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/marcop93/Webisan)[ Packagist](https://packagist.org/packages/marcop93/webisan)[ RSS](/packages/marcop93-webisan/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Webisan
-------

[](#webisan)

Webisan is a simple Web Interface for Laravel Artisan yet pretty complete. Webisan is based on Bestmomo work with NiceArtisan, adding some key features:

- Auto updates available commands (using Artisan command)
- Has a built-in feature to hide some commands from the interface (link the DOWN command.)
- Has an easier way to customize routes Bestmomo is the guy who really started this, without is project, this didn't happen. Cheers to him!

### Installation

[](#installation)

Run:

```
    composer require marcop93/webisan dev-master

```

The next required step is to add the service provider to config/app.php :

```
    Marcop93\Webisan\WebisanServiceProvider::class,

```

Now it must work with this url :

```
    /webisan

```

### Security

[](#security)

If you want to use this package on a production application you should have your own routes defined.

Next are the default routes, you should edit as you want, specially to apply some security to them.

Remember: Webisan for itself is BIG security breach, it's your job to protect your app on your own!

```
Route::group(['prefix' => '/webisan'], function () {
    Route::get('/settings', '\Marcop93\Webisan\WebisanController@settings');
    Route::post('/settings', '\Marcop93\Webisan\WebisanController@settingsSave');
    Route::post('/command/{class}', '\Marcop93\Webisan\WebisanController@run');
    Route::get('/{option?}/{search?}', '\Marcop93\Webisan\WebisanController@show');
    Route::post('/search', '\Marcop93\Webisan\WebisanController@search');
});

```

After setting your own routes, you should go to Settings page and set "Use custom routes".

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/618b80348652a0ff2bea672a029937e83a4b77f15ad49603700292661a6f2dde?d=identicon)[marcop93](/maintainers/marcop93)

### Embed Badge

![Health badge](/badges/marcop93-webisan/health.svg)

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

PHPackages © 2026

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