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

ActiveLibrary

maso/laravel-terminal
=====================

A Laravel package that enables developers to run shell commands directly through the browser.

v1.0.0(1y ago)111MITPHPPHP ^7.4|^8.0

Since Oct 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/MajdSoubh/laravel-terminal)[ Packagist](https://packagist.org/packages/maso/laravel-terminal)[ Docs](https://github.com/maso/laravel-terminal)[ RSS](/packages/maso-laravel-terminal/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel Terminal
================

[](#laravel-terminal)

Laravel Terminal is a package that allows you to interact with a shell environment directly from your browser. This tool is designed for development purposes only and should not be used in production environments due to security risks associated with exposing shell access.

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

[](#installation)

You can install the package via composer:

```
composer require maso/laravel-terminal
```

Publish the package's configuration files:

```
php artisan vendor:publish --provider="Maso\LaravelTerminal\LaravelTerminalServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

Once installed and configured, navigate to /terminal in your browser to access the terminal interface.

Warning : Executing interactive commands (e.g., commands that expect user input or running services) through the web interface will cause the server to hang. To resolve this, you will need to manually restart the server.

Security Considerations
-----------------------

[](#security-considerations)

This package is intended for development purposes only. Since it exposes shell access to your application, it is highly recommended to secure the route using middleware such as authentication or IP whitelisting to prevent unauthorized access. This can be done by modifying route array in the config/laravel-terminal.php file :

```
'route' => [
    'prefix' => 'terminal',
    'as' => 'terminal.',
    'middleware' => ['auth', 'can:access-terminal'], // Example: Add your middleware here
],
```

Contributing
------------

[](#contributing)

Contributions are welcome! If you'd like to improve this package, feel free to fork it, submit issues, or make pull requests.

Security
--------

[](#security)

If you discover any security vulnerabilities, please contact me directly at . If the issue is not resolved quickly, you may open an issue on GitHub.

Credits
-------

[](#credits)

- [Majd Soubh](https://www.linkedin.com/in/majd-soubh/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

571d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ac86a143722a6dfe87873e375c21594a1498c0acdaf071ce5d835d341000089?d=identicon)[majd](/maintainers/majd)

---

Top Contributors

[![MajdSoubh](https://avatars.githubusercontent.com/u/62104933?v=4)](https://github.com/MajdSoubh "MajdSoubh (41 commits)")

---

Tags

masolaravel-terminal

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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