PHPackages                             roy404/artisan - 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. roy404/artisan

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

roy404/artisan
==============

A custom Artisan-like command runner for web environments. Run your Artisan commands from the browser or other interfaces.

1.3.5(6mo ago)12331MITPHPPHP ^8.0

Since Apr 18Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/roycanales17/PHP-CLI-Artisan)[ Packagist](https://packagist.org/packages/roy404/artisan)[ RSS](/packages/roy404-artisan/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (33)Used By (1)

Web-Artisan
===========

[](#web-artisan)

A custom Artisan-like command runner for web environments. Run your custom Artisan commands from the CLI session.

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

[](#installation)

Install via Composer:

```
composer require roy404/artisan

```

Usage (CLI Mode)
----------------

[](#usage-cli-mode)

To start a CLI session using Web-Artisan, add the following line to any PHP file:

```
App\Console\Terminal::capture($argv);
```

Then, run the file using PHP:

```
php filename.php
```

Loading Custom Commands
-----------------------

[](#loading-custom-commands)

If you want to load additional commands (also known as directives), simply call the `config()` method before invoking `capture()`.

- The first parameter defines the directive group name (e.g., 'commands').
- The second parameter is optional and allows you to specify a custom root path where the directive group is stored.

```
App\Console\Terminal::config('commands');
App\Console\Terminal::capture($argv);
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance67

Regular maintenance activity

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Total

32

Last Release

195d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/542567e23f273798a0a4a752804c792654fe6c3753b53752b1d00b7eff2b8b11?d=identicon)[roycanales](/maintainers/roycanales)

---

Top Contributors

[![roycanales17](https://avatars.githubusercontent.com/u/62797701?v=4)](https://github.com/roycanales17 "roycanales17 (52 commits)")

---

Tags

phpconsole

### Embed Badge

![Health badge](/badges/roy404-artisan/health.svg)

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

###  Alternatives

[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M286](/packages/nunomaduro-termwind)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

9989.0k](/packages/mehrancodes-laravel-harbor)[php-school/learn-you-php

An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.

3192.0k](/packages/php-school-learn-you-php)[alecrabbit/php-cli-snake

Lightweight cli spinner with zero dependencies

29211.3k5](/packages/alecrabbit-php-cli-snake)

PHPackages © 2026

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