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(4mo ago)00MITPHPPHP ^8.1.0

Since Mar 28Pushed 4mo 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 2d 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

33

—

LowBetter than 72% of packages

Maintenance75

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

136d 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

[laravel/framework

The Laravel Framework.

34.9k556.2M21.3k](/packages/laravel-framework)[laravel/octane

Supercharge your Laravel application's performance.

4.0k28.5M257](/packages/laravel-octane)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k61.7M836](/packages/drush-drush)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M295](/packages/laravel-ai)[illuminate/console

The Illuminate Console package.

13046.6M7.2k](/packages/illuminate-console)

PHPackages © 2026

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