spatie/laravel-random-command
Adds a playful php artisan random command that picks and runs a random Artisan command for you. Also auto-schedules itself to run at random times. Mostly for fun—probably not something you want in production (or anywhere).
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pragmarx/random | 0.80 | Cryptographically secure random generator for PHP: create random strings, integers, bytes, hex, and regex-based patterns with options for size, case, prefixes/suffixes, and raw output. Falls back to Faker (if installed) for rich random data like names and dates. | 71 | 74 | 3 | 138K | 1 | 0.5 | 45.3 | MIT | — | |
| amzs/random-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 9.0 | — | MIT | 7 months ago | |
| spatie/laravel-signal-aware-command | 0.80 | Add signal awareness to Laravel Artisan commands. Gracefully handle SIGINT/SIGTERM (Ctrl+C, container stop, deploy) to stop work cleanly, run shutdown logic, and avoid half-finished jobs—ideal for long-running CLI tasks and workers. | 167 | 168 | 11 | 924K | 0 | 11.1 | 55.0 | MIT | 7 months ago | |
| valorin/random | 0.80 | Laravel helper for generating random strings, numbers, and values with a clean API. Create secure tokens, readable IDs, and randomized data for testing or seeding, with configurable length, character sets, and formats. | 230 | 231 | 12 | 32K | 0 | 4.0 | 29.6 | MIT | 1 year ago | |
| mnapoli/silly | 0.79 | 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. | 934 | 939 | 52 | 85K | 4 | 33.9 | 32.5 | MIT | 3 weeks ago | |
| mckenziearts/laravel-command | 0.79 | Dev-only Artisan generators for Laravel: quickly scaffold templated repositories, helpers, and observers. Adds make:repository and related commands to create boilerplate files, with configurable model namespaces for non-standard app structures. | 32 | 32 | 2 | 0 | 0 | 0.5 | — | — | 8 years ago | |
| spatie/global-laravel-remote | 0.79 | Run Laravel artisan commands on a remote server from your terminal. Install globally via Composer and execute with global-laravel-remote "{cmd}" to trigger remote artisan tasks without SSHing into the machine each time. | 19 | 19 | 3 | 0 | 0 | 1.4 | — | MIT | 2 years ago | |
| laravel-zero/framework | 0.78 | Laravel Zero is an unofficial, Laravel-based micro-framework for building fast, elegant console apps. Includes optional Eloquent/logging, interactive menus, desktop notifications, scheduler, standalone compiler, and Collision-powered error reporting. | 349 | 349 | 64 | 54K | 0 | 22.6 | 35.2 | MIT | 3 months ago | |
| christhompsontldr/laravel-rng | 0.78 | Deterministic, stream-isolated RNG for Laravel built on PHP’s Random extension. Seed once to get reproducible sequences across named streams (e.g., seeding vs combat). Includes helpers for int ranges, chance, and pick, plus optional roll logging with audit command. | 0 | 0 | 0 | 16 | 0 | 11.6 | 18.7 | — | 5 months ago | |
| spatie/laravel-slack-slash-command | 0.78 | Build Slack slash commands in Laravel. Define handlers to validate and process incoming Slack requests, reply within 3 seconds or dispatch jobs for longer work, and send structured responses back to Slack. Includes request/response helpers and simple routing of commands. | 254 | 255 | 48 | 27K | 0 | 24.4 | 31.2 | MIT | 4 months ago | |
| digitalnoise/command-launcher | 0.78 | Laravel package for launching and managing console commands programmatically. Provides a simple API to trigger Artisan commands, pass arguments/options, and handle execution flow for scheduled tasks, integrations, and background processes. | 0 | 0 | 0 | 21 | 0 | 0.0 | 18.5 | — | — | |
| titasgailius/terminal | 0.78 | A lightweight PHP package for building and running terminal commands. Compose commands with a fluent API, execute processes, stream output, handle timeouts and exit codes, and run tasks cross-platform—ideal for artisan tools, deploy scripts, and CI automation. | 513 | 514 | 37 | 2K | 0 | 8.9 | 10.3 | — | 1 year ago | |
| spatie/laravel-artisan-dd | 0.78 | Run one-off Laravel code from the command line without opening Tinker. Use php artisan dd "User::first()" to execute expressions and dump results. Supports multiple expressions and short class names for quick debugging and inspection. | 162 | 165 | 14 | 503 | 0 | 18.2 | 9.3 | MIT | 5 months ago | |
| zenstruck/console-extra | 0.78 | Modular helpers to reduce boilerplate in Symfony console commands. Build invokable commands with auto-injected IO, arguments/options via attributes, and handy traits to run other commands or processes. Designed to mix and match features or power a shared base command. | 80 | 80 | 3 | 2K | 11 | 15.9 | 23.4 | MIT | 7 months ago | |
| alexeyshockov/plain-commands | 0.77 | — | 2 | 2 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| reinink/advanced-eloquent | 0.77 | — | 576 | 578 | 23 | 6K | 1 | 2.1 | 10.3 | — | 7 years ago | |
| azizizaidi/laravel-all-in-one-command | 0.77 | 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 | — | |
| mistic100/randomcolor | 0.77 | Generate attractive random colors in PHP (port of David Merfield’s randomColor). Create single or multiple colors with options for hue, luminosity, alpha, and output formats like hex, rgb(a), hsl(a), or hsv(a). Supports custom PRNG. | 242 | 246 | 57 | 32K | 0 | 5.4 | 29.4 | MIT | 1 year ago | |
| vizrex/laraviz | 0.77 | — | 1 | 1 | 4 | 0 | 0 | 0.1 | — | NOASSERTION | — | |
| splash/console | 0.77 | 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 | — | 356 | — | 0.0 | 35.4 | — | — |
How can I help you explore Laravel packages today?