nunomaduro/termwind
Termwind brings Tailwind CSS-style utilities to PHP CLIs. Render styled HTML in the terminal, customize styles/colors, and build beautiful output for Laravel/Symfony commands with helpers like render(), style(), and interactive prompts like ask().
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| ashallendesign/laravel-config-validator | Validate your Laravel config at runtime or via Artisan. Define rulesets for config files with custom messages and environment targeting, generate rulesets quickly, and optionally publish defaults. Catch missing/invalid config early in local, CI, or production. | 217 | 218 | 11 | 97K | 1 | 22.2 | 41.6 | MIT | 2 months ago | |
| drnd-dev/laravel-countries | — | 0 | 0 | 0 | 294 | 0 | 18.1 | 39.4 | MIT | 1 month ago | |
| filament/upgrade | Automate Filament upgrades in your Laravel app. Guides you through version changes, checks dependencies, and applies recommended updates so you can move between Filament releases faster with fewer manual steps. | 9 | 9 | 0 | 169K | 0 | 0.0 | 55.3 | — | — | |
| 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. | 130 | 137 | 28 | 584K | 0 | 1.5 | 50.5 | MIT | — | |
| laradumps/laradumps | LaraDumps is a modern PHP/Laravel debugging tool that sends dumps to a desktop app so your app flow isn’t interrupted. Inspect models, collections and Livewire, validate JSON, time code, and monitor queries, logs, exceptions, mail, jobs, and more. | 1,263 | 1,264 | 52 | 97K | 9 | 36.6 | 32.6 | MIT | 2 months ago | |
| laravel/framework | Laravel Framework core provides an elegant PHP foundation for building web apps: fast routing, powerful service container, sessions/caching, database migrations, queues, and real-time broadcasting—tools that scale from small projects to large applications. | 34,735 | 35,215 | 11,892 | 10M | 58 | 94.9 | 70.8 | MIT | 1 week ago | |
| laravel/pail | Laravel Pail lets you tail and search your Laravel app’s log messages from the command line with a polished, developer-friendly UI. Works with any log driver, including services like Sentry and Flare, and includes handy filters to quickly find what matters. | 913 | 917 | 30 | 5M | 5 | 31.7 | 62.6 | MIT | 1 week ago | |
| laravel/pint | Laravel Pint is an opinionated PHP code style fixer for minimalists. Built on PHP-CS-Fixer, it makes it easy to keep your codebase clean and consistent with Laravel’s preferred formatting, for projects of any size. | 3,129 | 3,139 | 189 | 7M | 18 | 55.0 | 62.2 | MIT | 1 month ago | |
| laravel-ready/packager | — | 8 | 8 | 2 | 0 | 3 | 2.0 | 0.4 | MIT | 2 years ago | |
| laravel-shift/blueprint | Blueprint rapidly generates multiple Laravel components from a single, human-readable YAML “draft.” Run artisan commands like blueprint:build to scaffold models, controllers, migrations, tests, and more from one definition—ideal for quickly spinning up features and CRUD. | 3,108 | 3,108 | 296 | 50K | 12 | 46.1 | 22.2 | MIT | 6 months ago | |
| laravel-zero/framework | 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. | 343 | 342 | 63 | 53K | 0 | 25.3 | 35.1 | MIT | 2 months ago | |
| lwwcas/laravel-countries | — | 127 | 128 | 39 | 3K | 8 | 10.7 | 23.6 | MIT | 1 year ago | |
| nunomaduro/collision | Collision provides beautiful, developer-friendly CLI error reporting for PHP apps. Built on Whoops and included with Laravel, it integrates with Symfony, PHPUnit, and more to show rich stack traces and context when exceptions happen. | 4,648 | 4,666 | 178 | 8M | 29 | 37.8 | 55.4 | MIT | — | |
| overtrue/pinyin | Convert Chinese characters to Pinyin in PHP/Laravel. overtrue/pinyin supports full pinyin, initials, tone options, segmentation, and custom dictionaries—ideal for search indexing, sorting, slugs, and transliteration in web apps. | 4,458 | 4,527 | 763 | 119K | 0 | 61.3 | 22.9 | MIT | 3 months ago | |
| peckphp/peck | Peck is a fast PHP CLI that spell-checks your codebase—filenames, classes, methods, properties, docs, and more—using GNU Aspell. Built to fit naturally into your workflow like Pint or Pest. Requires PHP 8.2+ and Aspell. | 474 | 474 | 68 | 34K | 9 | 7.2 | 29.2 | MIT | — | |
| pestphp/pest | Pest is an elegant PHP testing framework focused on simplicity and a joyful developer experience. Write expressive tests with a clean syntax, run fast suites, and scale from tiny projects to large apps. Full docs at pestphp.com. | 11,508 | 11,495 | 475 | 4M | 143 | 90.4 | 67.9 | MIT | 1 month ago | |
| projektgopher/whisky | — | 242 | 241 | 10 | 29K | 3 | 9.4 | 30.1 | — | 1 year ago | |
| spatie/github-actions-watcher | Monitor all GitHub Actions workflows for a repo in real time from your terminal. Install via Composer and run actions-watcher to auto-detect the current git repo/branch, poll status, and refresh until all runs complete. Auth required for private repos. | 133 | 132 | 8 | 3 | 0 | 17.9 | 0.1 | MIT | 6 months ago | |
| spatie/global-laravel-remote | 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. | 18 | 19 | 3 | 0 | 0 | 1.4 | — | MIT | 2 years ago | |
| spatie/laravel-health | Monitor your Laravel app’s health by registering configurable checks (disk space, queues, cache, etc.). Get warnings or failures and receive notifications via mail or Slack, with an easy API for adding custom checks and reporting status. | 871 | 880 | 178 | 616K | 0 | 40.5 | 46.3 | MIT | 1 week ago | |
| spatie/laravel-schedule-monitor | Monitor Laravel scheduled tasks by logging starts, finishes, failures, and skips to a database table and viewing run history via an Artisan command. Optionally sync with Oh Dear to get alerts when tasks fail or don’t run on time. | 991 | 996 | 73 | 240K | 0 | 33.3 | 37.8 | MIT | 2 months ago | |
| spatie/laravel-visit | Adds a php artisan visit command to quickly hit any route in your Laravel app and inspect the response. Shows colorized HTML or JSON output plus request results, with options like visiting by route name and logging in a user before the request. | 158 | 158 | 9 | 447 | 0 | 19.4 | 9.1 | MIT | 2 months ago | |
| spatie/pest-plugin-route-testing | Pest plugin for Laravel that automatically tests all your app’s GET routes. Run a single test to assert responses are successful, redirects, forbidden, not found, etc. Filter routes by pattern and provide models for route model bindings via bind(). | 138 | 137 | 6 | 6K | 0 | 8.8 | 23.2 | MIT | 9 months ago | |
| spatie/visit | Human-friendly curl for the terminal. Visit any URL and display its response with colorized output (HTML via bat, JSON via jq), plus status code and response time. Supports custom HTTP methods and options like following redirects. | 391 | 390 | 14 | 2 | 0 | 7.5 | 0.0 | — | 1 year ago | |
| tallify/tallify | — | 1 | 1 | 0 | 0 | 0 | 1.8 | — | MIT | 3 years ago | |
| tightenco/duster | Duster automatically applies Tighten’s Laravel code style by running TLint, PHP_CodeSniffer, PHP CS Fixer, and Laravel Pint. Lint or fix the whole project (or only dirty files), and generate GitHub Actions or Husky hooks with optional container env support. | 596 | 596 | 26 | 117K | 11 | 35.5 | 43.3 | MIT | 1 month ago | |
| worksome/envy | — | 688 | 687 | 32 | 38K | 0 | 21.8 | 29.2 | MIT | 3 months ago |
How can I help you explore Laravel packages today?