Libraries tagged by console game
khalyomede/console-reporter
93 Downloads
Display a progress bar and logs in the same time to the console.
norman-huth/console-make-command
4 Downloads
Create a new Artisan command with default name by class name and directory
genai/console
0 Downloads
CLI layer (the twin of genai/web): a #[Command] attribute, a build-time CommandProcessor that compiles commands.php, and a PHP 5.3-safe Console runner that maps $argv to a command bean. Shares the same compiled container as the web front.
yamez/laravel-packer
3 Downloads
Awesome Command Line Tool for speeding up your package creation.
magematch/magento2-customer-password-reset-cli
1 Downloads
Magento 2 CLI module to send customer password reset links by email or customer-id range.
jameslevi/atmos
28 Downloads
Is a simple library for creating command line scripts in PHP.
andersonfelipev/laravel-app
7 Downloads
Provides backwards compatibility for app:name command in the latest Laravel release.
ameenross/psysh-bundle
820 Downloads
A port of the PHP REPL PsySH for Symfony 2.x.
riesjart/model-generator
116 Downloads
Laravel model generator with configurable stub path and model namespace
riesjart/laravel-observer-generator
660 Downloads
Laravel model observer generator with configurable namespaces
riesjart/laravel-model-generator
653 Downloads
Laravel model generator with configurable stub path and model namespace
majerome/magento2-module-pricesmassupdate
3 Downloads
The PricesMassUpdate module allows to update all product prices in bulk with the same target value via a console command.
martenkoetsier/laravel-routelist
22 Downloads
Alternative to route:list console command with more emphasis on route names, shortened controller names, more compact middleware view and other small tweaks.
juit/phpspec-multi-formatter
10 Downloads
This project allows to have multiple formatters in one phpspec run (e.g. to have progress output on the console and junit xml generated at the same time)
genai/messaging
77 Downloads
Provider-agnostic messaging front (the third twin of genai/web and genai/console): the Producer/Consumer/MessageEvent contracts, a #[MessageHandler] attribute, a build-time MessageHandlerProcessor that compiles consumers.php, and a PHP 5.3-safe Worker runner that dispatches to handler beans. Ships NO broker — each app registers its own Consumer/Producer (Kafka, Pdo, SQS, ...). Shares the same compiled container as the web and CLI fronts.