LaravelPackages.net
Acme Inc.
Toggle sidebar
surgiie/illuminate-cli

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

2
0
v0.1.0
About surgiie/illuminate-cli

surgiie/illuminate-cli is a Laravel package for a command-line for various laravel illuminate or framework components.. It currently has 0 GitHub stars and 2 downloads on Packagist (latest version v0.1.0). Install it with composer require surgiie/illuminate-cli. Discover more Laravel packages by surgiie or browse all Laravel packages to compare alternatives.

Last updated

illuminate-cli

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

tests

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

  • PHP 8.2 or higher
  • Composer

Installation

composer global require "surgiie/illuminate-cli"

Usage

illuminate --help

See the syntax documentation and the per-component docs linked below.

Supported Components

| Component | Docs | |-----------|------| | Laravel\Dusk | Docs | | Illuminate\View | Docs | | Illuminate\Cache | Docs | | Illuminate\Support\Str | Docs | | Illuminate\Encryption | Docs | | Illuminate\Validation | Docs | | Illuminate\Support\Number | Docs | | Illuminate\Support\Stringable | Docs | | Illuminate\Support\Collection | Docs |

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.

Development

Setup

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

Testing

composer test

Code Quality

# Run PHPStan static analysis
composer phpstan

# Check code formatting
composer format:test

# Fix code formatting
composer format

Contributing

Please see CONTRIBUTING.md for details on how to contribute.

Star History Chart