illuminate/console
Illuminate Console provides the Artisan command-line framework used by Laravel. Define commands, schedule tasks, manage input/output, prompts, and terminal styling, and integrate with the service container to build robust CLI tools and automation.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nategood/commando | 0.88 | Commando is a lightweight PHP library for building command-line apps: define options and arguments, parse input, generate help text, and validate values. Ideal for quick CLI tools and scripts with minimal boilerplate. | 803 | 812 | 81 | 30K | 24 | 14.5 | 33.1 | MIT | — | |
| alexeyshockov/plain-commands | 0.88 | — | 2 | 2 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| laminas/laminas-cli | 0.87 | Console tooling for Laminas applications and components. Provides a CLI entry point, command discovery/registration, and integration helpers to build and run project-specific commands via Composer and your framework configuration. | 56 | 56 | 23 | 125K | 11 | 28.2 | 58.2 | BSD-3-Clause | 2 months ago | |
| illuminate/translation | 0.86 | Illuminate Translation is Laravel’s translation engine, providing a Translator with loaders, language files, and fallback locales to resolve strings and pluralization. Supports namespaces, JSON translations, and runtime locale switching for multilingual PHP apps. | 69 | 73 | 11 | 482K | 0 | 0.7 | 53.0 | MIT | — | |
| splash/console | 0.86 | Splash Console is a lightweight PHP/Laravel package for building and running console commands with clean output, structured arguments/options, and simple command registration—ideal for automation tasks, maintenance scripts, and developer tooling. | 0 | 0 | — | 382 | — | 0.0 | 35.7 | — | — | |
| queents/console-helpers | 0.86 | — | 0 | 0 | 0 | 1K | 1 | 0.7 | 42.7 | MIT | 3 years ago | |
| digitalstate/platform-console-bundle | 0.86 | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| azizizaidi/laravel-all-in-one-command | 0.86 | Scaffold a complete Laravel feature with one artisan command. Interactively generate CRUD essentials: model, migration, factory, seeder, controllers, form requests, services (optional interface), policies, web/API routes, tests, scheduled command, and Blade views. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| symfony/console | 0.86 | Symfony Console component for building beautiful, testable CLI apps in PHP. Define commands and arguments, render styled output, handle prompts and hidden input, and integrate easily into frameworks or standalone scripts with strong tooling and docs. | 9,821 | 9,996 | 266 | 18M | 0 | 67.1 | 52.9 | MIT | 1 week ago | |
| zenstruck/console-test | 0.86 | Test your Symfony Console commands with ease. zenstruck/console-test provides a lightweight harness to run commands, feed input, capture output, and assert exit codes and messages—ideal for fast, reliable unit/integration tests without booting full apps. | 57 | 57 | 8 | 39K | 2 | 15.0 | 42.4 | MIT | 6 months ago | |
| nunomaduro/laravel-console-summary | 0.86 | A beautiful replacement for Laravel’s default Artisan list command, showing a clean console summary for Artisan or Laravel Zero. Easily hide noisy commands and customize the displayed binary name via config. Requires PHP 8.2+. | 67 | 66 | 7 | 83K | 0 | 15.2 | 48.0 | MIT | 3 months ago | |
| mnapoli/silly | 0.85 | Silly is a lightweight CLI micro-framework built on Symfony Console. Define commands with simple signatures and PHP callables, get options/arguments parsing, helpers, and DI integration (PHP-DI or Pimple) while staying compatible with Symfony Console apps. | 930 | 937 | 51 | 71K | 5 | 33.8 | 31.7 | MIT | 3 weeks ago | |
| illuminate/config | 0.85 | Illuminate Config is Laravel’s configuration repository. It loads and merges config files, lets you read and set values at runtime, supports environment-based defaults, and provides a consistent API for accessing app settings across services and packages. | 109 | 117 | 11 | 556K | 0 | 0.9 | 51.2 | MIT | — | |
| illuminate/contracts | 0.84 | Laravel’s core contract interfaces for frameworks and packages. Provides stable abstractions for services like cache, queue, events, routing, validation, and more, enabling clean dependency injection and easy swapping of implementations across the ecosystem. | 706 | 713 | 83 | 2M | 0 | 6.1 | 48.6 | MIT | — | |
| illuminate/support | 0.84 | — | 582 | 629 | 157 | 2M | 0 | 7.6 | 48.5 | MIT | — | |
| illuminate/pipeline | 0.84 | Illuminate Pipeline provides a simple, fluent way to send an object through a series of pipes (closures or classes) in Laravel. Build customizable middleware-style workflows, transform data step by step, and control the final destination with clean, composable code. | 93 | 95 | 13 | 860K | 0 | 0.9 | 54.7 | MIT | — | |
| illuminate/log | 0.83 | Illuminate Log provides Laravel’s logging layer, built on Monolog. It lets you write messages to configurable channels and stacks, including single files, daily rotation, syslog, errorlog, and external services, with context data, processors, and runtime channel selection. | 62 | 64 | 9 | 315K | 0 | 0.6 | 51.1 | MIT | — | |
| illuminate/mail | 0.82 | Illuminate Mail is Laravel’s email component for composing and sending messages via drivers like SMTP, Mailgun, Postmark, and SES. Supports templated views, attachments, queues, markdown mailables, and configurable transports for reliable delivery. | 59 | 64 | 26 | 126K | 0 | 1.1 | 45.9 | MIT | — | |
| illuminate/database | 0.81 | Illuminate Database is Laravel’s standalone database toolkit for PHP: expressive query builder, Eloquent ORM (ActiveRecord), and schema builder. Supports MySQL, Postgres, SQL Server, and SQLite, and can be used via Capsule outside Laravel. | 2,764 | 2,981 | 610 | 788K | 0 | 29.5 | 35.8 | MIT | — | |
| illuminate/testing | 0.80 | Laravel’s Illuminate Testing package provides the core testing helpers used by the framework—HTTP and console test utilities, assertions, test case scaffolding, and support traits—making it easier to write fast, expressive PHPUnit tests for Laravel applications and packages. | 33 | 33 | 10 | 280K | 0 | 0.5 | 54.1 | MIT | — |
How can I help you explore Laravel packages today?