zenstruck/console-extra
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.
b60bcf5 minor: adjust CI config (#70) by @kbond
86e9b59 minor: add BC layer for ServiceSubscriberTrait (#70) by @kbond
628aa4d minor: fix sca (#70) by @kbond
d7b8de2 doc: fix typo (#66) by @tacman
1808504 doc: add UserManager ROLES as a suggestion (#65) by @tacman
e99d5f6 doc: update badge by @kbond
a51daa0 doc: updates by @kbond
40fe882 feat: configure auto-completion suggestions with attributes (#62) by @kbond
58dce00 feat: allow extending Option/Argument attributes (#62) by @kbond
48a75df doc: update docs (#62) by @kbond
03bd8c6 minor: trigger deprecation note when using traits when not required (#62) by @kbond
b2c5711 feat: add InvokableCommand base class (#62) by @kbond
7d88fea minor: deprecate defaulting arguments/options to camelCase (#62) by @kbond
e37f3c7 minor: remove symfony/string from require (#62) by @kbond
55486e7 feat: require PHP 8.1+ and Symfony 6.4+ (#62) by @kbond
e5308d7 minor: add [@deprecation](https://github.com/deprecation) annotations (#62) by @kbond
b4ddcd6 minor: reset before tests (#62) by @kbond
4053813 fix: don't autowire Option|Attribute (#61) by @kbond
70e4b6a fix: autowiring non-service arguments (#60) by @kbond
e63454e fix: Update composer.json to allow symfony 7 for string component (#58) by @tacman
2710f11 feat: Symfony 7 support (#57) by @kbond
d5737dc feat: allow DI attributes for __invoke() parameters (#44) by @kbond
8f6b2de feat: deprecate AutoName (#47) by @kbond
972a621 feat: require php 8+, symfony 5.4+ (#47) by @kbond
fee7613 fix(ci): add token by @kbond
5958c69 fix: getSubscribedServices() can return SubscribedService[] by @kbond
746a378 chore(ci): fix by @kbond
cb1c789 fix: ci (#46) by @kbond
5fe180f chore: update ci config (#45) by @kbond
100885c ci: fix (#42) by @kbond
ede0130 minor: adjust min symfony/string req (#42) by @kbond
04f4309 [minor] deprecate ConfigureWithDocblocks (#30) by @kbond
edc10ea [minor] rename tests (#30) by @kbond
dedbab2 [feature] define opts/args on __invoke() params with Argument|Option (#27) by @kbond
7717dad [minor] cs fix by @kbond
a1e132f [feature] allow injecting args/options into __invoke() (#25) by @kbond
4bdd457 [minor] adjust sca gh action (#22) by @kbond
a52f85f [feature] add ConfigureWithAttributes (#22) by @kbond
c187693 [feature] add RunsProcesses trait (#22) by @kbond
81d6048 [feature] add CommandRunner & RunsCommands trait (#22) by @kbond
5ce72e4 [feature] add Invokable::io() (#22) by @kbond
f9428ee [feature] add InvokableServiceCommand::parameter() (#21) by @kbond
8f03882 [minor] Remove necessary ltrim call (#17) by @jdreesen
9ca25dc [minor] add static code analysis with phpstan (#16) by @kbond
9d82a4e [bug] fix conflict with ServiceSubscriberTrait (#15) by @kbond
Initial release.
How can I help you explore Laravel packages today?