PHPackages                             klunker/laravel-prompt-box - 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. klunker/laravel-prompt-box

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

klunker/laravel-prompt-box
==========================

A bordered box display element for Laravel Prompts.

v1.0.0(1mo ago)00MITPHPPHP ^8.1.0

Since Mar 28Pushed 1mo agoCompare

[ Source](https://github.com/klunker/laravel-prompt-box)[ Packagist](https://packagist.org/packages/klunker/laravel-prompt-box)[ Docs](https://github.com/klunker/laravel-box-prompt)[ RSS](/packages/klunker-laravel-prompt-box/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Box Prompt Package
==========================

[](#laravel-box-prompt-package)

A simple package that extends Laravel Prompts with a `box()` function to display bordered boxes in the terminal.

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

[](#installation)

Install the package via Composer:

```
composer require klunker/laravel-prompt-box
```

Usage
-----

[](#usage)

Use the `box()` function to display a bordered box:

```
use function Laravel\Prompts\box;

box(
    message: 'Your message here',
    title: 'Optional Title',
    footer: 'Optional Footer',
    color: 'blue', // gray, red, green, yellow, blue, magenta, cyan, white
    info: 'v1.0'
);
```

### Example Output

[](#example-output)

```
┌ Optional Title ──────────────────────────────────────┐
│ Your message here                                    │
├──────────────────────────────────────────────────────┤
│ Optional Footer                                      │
└──────────────────────────────────────────────── v1.0 ┘

```

Features
--------

[](#features)

- Display messages in a bordered box
- Optional title, footer, color, and info
- Supports multiple lines in the message
- Integrates seamlessly with Laravel Prompts

Testing
-------

[](#testing)

Run the tests with Pest:

```
./vendor/bin/pest
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35f22b9f8c47cffcb62044ac486ba3a4ebb39b3a7f24e7be5a9d1c5a36eb6720?d=identicon)[klunker](/maintainers/klunker)

---

Top Contributors

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

---

Tags

terminallaravelboxdisplayprompts

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/klunker-laravel-prompt-box/health.svg)

```
[![Health](https://phpackages.com/badges/klunker-laravel-prompt-box/health.svg)](https://phpackages.com/packages/klunker-laravel-prompt-box)
```

###  Alternatives

[recca0120/terminal

run laravel artisan command in web application

878410.9k2](/packages/recca0120-terminal)[titasgailius/terminal

Terminal is an Elegent wrapper around Symfony's Process component.

512340.9k11](/packages/titasgailius-terminal)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

251.1k](/packages/mwguerra-web-terminal)

PHPackages © 2026

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