PHPackages                             sreyas-a-s/unslay-shell - 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. sreyas-a-s/unslay-shell

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

sreyas-a-s/unslay-shell
=======================

A Laravel web terminal package with style.

0339↓30.7%Blade

Since Jan 29Pushed 3mo agoCompare

[ Source](https://github.com/Sreyas-A-S/UnSlay-Terminal)[ Packagist](https://packagist.org/packages/sreyas-a-s/unslay-shell)[ RSS](/packages/sreyas-a-s-unslay-shell/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

UnSlay-Shell
============

[](#unslay-shell)

A beautiful, web-based terminal interface for Laravel applications. This package provides a secure, interactive shell experience directly within your browser.

Features
--------

[](#features)

- **Beautiful Branding**: Custom ASCII art header.
- **Auto-completion**: Tab completion for file paths and commands.
- **Streaming Output**: Real-time output for long-running commands (like migrations).
- **Secure Access**: Password protection with session handling.
- **Customizable**: Configurable routes, middleware, and password.

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

[](#installation)

### 1. Add to Composer

[](#1-add-to-composer)

Since this is a local package (alpha version), add the following to your `composer.json` repositories section:

```
"repositories": [
    {
        "type": "path",
        "url": "./packages/sreyas-a-s/unslay-shell"
    }
]
```

Then require the package:

```
composer require sreyas-a-s/unslay-shell
```

### 2. Publish Configuration

[](#2-publish-configuration)

Publish the configuration file to set up your password (`config/unslay-shell.php`):

```
php artisan vendor:publish --tag=unslay-shell-config
```

### 3. Configure

[](#3-configure)

Add the following to your `.env` file:

```
UNSLAY_SHELL_PASSWORD=your_secure_password
UNSLAY_SHELL_ENABLED=true
```

Usage
-----

[](#usage)

Navigate to `/unslay-terminal` (or your configured prefix) in your browser. Enter the password to access the shell.

commands
--------

[](#commands)

- `cd `: Change directory.
- `logout` or `exit`: Log out of the terminal session.
- `clear`: Clear the screen.

Credits
-------

[](#credits)

Developed by [Sreyas-A-S](https://github.com/Sreyas-A-S/).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance54

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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://avatars.githubusercontent.com/u/109022115?v=4)[Sreyas A S](/maintainers/Sreyas-A-S)[@Sreyas-A-S](https://github.com/Sreyas-A-S)

---

Top Contributors

[![Sreyas-A-S](https://avatars.githubusercontent.com/u/109022115?v=4)](https://github.com/Sreyas-A-S "Sreyas-A-S (1 commits)")

### Embed Badge

![Health badge](/badges/sreyas-a-s-unslay-shell/health.svg)

```
[![Health](https://phpackages.com/badges/sreyas-a-s-unslay-shell/health.svg)](https://phpackages.com/packages/sreyas-a-s-unslay-shell)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

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

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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