You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A composer plugin that enables source code quality checks.
Value/justification
High. This runs all quality tools in parallel, including PHPUnit and static analysis tools, making it very easy to get rapid feedback during development. It provides code coverage reporting and assertion without the addition of other tools, which is of high value by itself. It is also used to organize and run test suites on CI (where it makes the log output much cleaner and easier to read). It renders a lot of ad hoc tool integrations unnecessary.
Usage/popularity
High. Currently just under 8M installs and 1K dependents on Packagist.
phpro/grumphp
(viaphpro/grumphp-shim
)Dependency tree
Example use
# time: 32.25s user 12.16s system 96% cpu 45.807 total
I can run that dozens of times per day with basically no break in my flow. I would be very sad to lose it and the associated productivity.
The text was updated successfully, but these errors were encountered: