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. [CLI &amp; Console](/categories/cli)
4. /
5. maso/laravel-terminal

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

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 today

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

25

—

LowBetter than 35% of packages

Maintenance34

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

619d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1644696?v=4)[Majd Alfhaily](/maintainers/majd)[@majd](https://github.com/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

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[ronasit/laravel-entity-generator

Provided console command for generating entities.

2053.1k](/packages/ronasit-laravel-entity-generator)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3417.0k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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