PHPackages                             alqudiry/laravel-terminal - 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. alqudiry/laravel-terminal

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

alqudiry/laravel-terminal
=========================

Terminal shell command in laravel

01.7kPHP

Since Nov 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/AbdullahAlqudiry/laravel-terminal)[ Packagist](https://packagist.org/packages/alqudiry/laravel-terminal)[ RSS](/packages/alqudiry-laravel-terminal/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Terminal package
========================

[](#laravel-terminal-package)

Run shell command easy in your laravel projects

This package is copy of [MrJoshLab/laravel-terminal](https://github.com/MrJoshLab/laravel-terminal) with some changes.

Install
-------

[](#install)

Via Composer

```
$ composer require alqudiry/laravel-terminal
```

Usage
-----

[](#usage)

You can run Terminal shell commands in laravel just like this:

```
use Alqudiry\Terminal\Command;

$command  = new Command();
$response = $command->command('ls')->execute();
```

and you can get output of command just like this:

```
return $response->getBody()->getContents();
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/91911c4ce8e252cdaa8c2c8a43759d6097454dbcdb5467b764cda058a9b0cb3b?d=identicon)[AbdullahAlqudiry1](/maintainers/AbdullahAlqudiry1)

---

Top Contributors

[![AbdullahAlqudiry](https://avatars.githubusercontent.com/u/29796748?v=4)](https://github.com/AbdullahAlqudiry "AbdullahAlqudiry (5 commits)")

### Embed Badge

![Health badge](/badges/alqudiry-laravel-terminal/health.svg)

```
[![Health](https://phpackages.com/badges/alqudiry-laravel-terminal/health.svg)](https://phpackages.com/packages/alqudiry-laravel-terminal)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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