Description
Is your feature request related to a problem? Please describe.
Currently the users are required to configure their standard manually, dealing with decisions that make it hard to go from composer require ...
to codding with standard.
Describe the solution you'd like
Instead of recommending that the user be on her own, we should add commands that install what is required for the standard approach to PHPCS on a given framework, library, etc.. The commands will replace the existing docs and we'd need a unified interface to add support for other frameworks.
Describe alternatives you've considered
The current approach was considered, as a lower maintenance, but it pushes the burden to the user. We could be better at it, effectively improving the DX while using ph-pre-commit
.
Additional context
None.