PHPackages                             surgiie/illuminate-cli - 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. [Framework](/categories/framework)
4. /
5. surgiie/illuminate-cli

ActiveProject[Framework](/categories/framework)

surgiie/illuminate-cli
======================

A command-line for various laravel illuminate or framework components.

v0.1.0(2mo ago)02MITPHPPHP ^8.2.0CI passing

Since Nov 25Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/surgiie/illuminate-cli)[ Packagist](https://packagist.org/packages/surgiie/illuminate-cli)[ RSS](/packages/surgiie-illuminate-cli/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (17)Versions (3)Used By (0)

illuminate-cli
==============

[](#illuminate-cli)

A command-line interface for standalone use of Laravel's Illuminate components.

[![tests](https://github.com/surgiie/illuminate-cli/actions/workflows/tests.yml/badge.svg)](https://github.com/surgiie/illuminate-cli/actions/workflows/tests.yml/badge.svg)

Introduction
------------

[](#introduction)

This package provides a CLI for various Laravel Illuminate components, making them available as standalone command-line utilities without a full Laravel application.

Some components are thin wrappers around native functionality, while others extend or customize the originals to improve usability from the terminal.

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Composer

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

[](#installation)

```
composer global require "surgiie/illuminate-cli"
```

Usage
-----

[](#usage)

```
illuminate --help
```

See the [syntax documentation](/docs/syntax.md) and the per-component docs linked below.

Supported Components
--------------------

[](#supported-components)

ComponentDocs[Laravel\\Dusk](https://laravel.com/docs/dusk)[Docs](/docs/dusk.md)[Illuminate\\View](https://laravel.com/docs/blade)[Docs](/docs/view.md)[Illuminate\\Cache](https://laravel.com/docs/cache)[Docs](/docs/cache.md)[Illuminate\\Support\\Str](https://laravel.com/docs/strings)[Docs](/docs/support/str.md)[Illuminate\\Encryption](https://laravel.com/docs/encryption)[Docs](/docs/encryption.md)[Illuminate\\Validation](https://laravel.com/docs/validation)[Docs](/docs/validation.md)[Illuminate\\Support\\Number](https://laravel.com/docs/helpers#numbers)[Docs](/docs/support/numbers.md)[Illuminate\\Support\\Stringable](https://laravel.com/docs/strings)[Docs](/docs/support/stringable.md)[Illuminate\\Support\\Collection](https://laravel.com/docs/collections)[Docs](/docs/support/collection.md)> **Note:** Supported components are not necessarily fully implemented or feature-complete. Some features may not translate cleanly to a CLI context. If you encounter missing functionality, please [open an issue](https://github.com/surgiie/illuminate-cli/issues).

Development
-----------

[](#development)

### Setup

[](#setup)

```
git clone https://github.com/surgiie/illuminate-cli.git
cd illuminate-cli
composer install
```

### Testing

[](#testing)

```
composer test
```

### Code Quality

[](#code-quality)

```
# Run PHPStan static analysis
composer phpstan

# Check code formatting
composer format:test

# Fix code formatting
composer format
```

### Contributing

[](#contributing)

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance84

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

84d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87e7d9a71eca01aac132fec3f1cdda21e373c87662d8998981412333acd828b6?d=identicon)[surgiie](/maintainers/surgiie)

---

Top Contributors

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

---

Tags

cliconsoleframeworklaravelilluminatesupport

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/surgiie-illuminate-cli/health.svg)

```
[![Health](https://phpackages.com/badges/surgiie-illuminate-cli/health.svg)](https://phpackages.com/packages/surgiie-illuminate-cli)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)

PHPackages © 2026

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