symplify/token-runner

Set of utils for PHP_CodeSniffer and PHP CS Fixer.


Keywords
code-sniffer, coding-standard, php, php-cs-fixer, toolkit
License
MIT

Documentation

Token Runner

Build Status Downloads

Building own Sniffs and Fixers made easy.

It helps you with 4 following cases:

Analyzer

Find out something - size, name or location

Testing

  • Add set to check
  • Run
  • Compare before/after

Transformer

  • Changes something into something else

Wrapper

  • Nice api over element, class, method or property...