PHPackages                             yokesharun/ping-on-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. yokesharun/ping-on-terminal

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

yokesharun/ping-on-terminal
===========================

Run all terminal commands using this package

491PHP

Since Jul 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/yokesharun/ping-on-terminal)[ Packagist](https://packagist.org/packages/yokesharun/ping-on-terminal)[ RSS](/packages/yokesharun-ping-on-terminal/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Ping On Terminal For laravel 5.\*
=================================

[](#ping-on-terminal-for-laravel-5)

Run all terminal commands from your controller using this package

[![Total Downloads](https://camo.githubusercontent.com/119bc6f28f301e687407dfd2a1aebc6d7c231d613168b21732bfb69de51c7821/68747470733a2f2f706f7365722e707567782e6f72672f796f6b6573686172756e2f70696e672d6f6e2d7465726d696e616c2f642f746f74616c2e737667)](https://packagist.org/packages/yokesharun/ping-on-terminal)[![Latest Stable Version](https://camo.githubusercontent.com/fc04099ddbe0e618c0314e4e4e54d0ee388f1b6ad062e5f7d5fceb6d4ffd71d4/68747470733a2f2f706f7365722e707567782e6f72672f796f6b6573686172756e2f70696e672d6f6e2d7465726d696e616c2f762f737461626c652e737667)](https://packagist.org/packages/yokesharun/ping-on-terminal)[![License](https://camo.githubusercontent.com/a998aa4783ef56613bdf75a85581a1062ac86d61557af0ad4ec0a19357db9bf0/68747470733a2f2f706f7365722e707567782e6f72672f796f6b6573686172756e2f70696e672d6f6e2d7465726d696e616c2f6c6963656e73652e737667)](https://packagist.org/packages/yokesharun/ping-on-terminal)

Installation
============

[](#installation)

Add `yokesharun/ping-on-terminal` as a requirement to `composer.json`:

> Or

```
composer require "yokesharun/ping-on-terminal":"dev-master"

```

Add the following to the `providers` in `app/config/app.php`:

```
'providers' => [
...
Yokesharun\PingOnTerminal\TerminalServiceProvider::class,
]

```

Usage
=====

[](#usage)

use the namespace in top of the controller

```
use Yokesharun\PingOnTerminal\TerminalController;

```

create a object all the function

```
$ob = new Yokesharun\PingOnTerminal\TerminalController;
$ob->use_default('composer dump-autoload');

```

to run all terminal commands use use\_default function

```
$ob->use_default('composer dump-autoload');

```

to run artisan only commands use use\_artisan function

```
$ob->use_artisan('serve');
$ob->use_artisan('migrate');

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfbef51d7b39335afb0a8b8f39766b51a3cfcd02d1f74b964f8f649a660698d0?d=identicon)[yokesharun](/maintainers/yokesharun)

---

Top Contributors

[![yokesharun](https://avatars.githubusercontent.com/u/12830078?v=4)](https://github.com/yokesharun "yokesharun (15 commits)")

---

Tags

artisancomposerlaravellaravel-packagepackage

### Embed Badge

![Health badge](/badges/yokesharun-ping-on-terminal/health.svg)

```
[![Health](https://phpackages.com/badges/yokesharun-ping-on-terminal/health.svg)](https://phpackages.com/packages/yokesharun-ping-on-terminal)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

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

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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