symplify/token-runner

This package is abandoned and no longer maintained. The author suggests using the https://github.com/symplify/codingstandard package instead.

Set of utils for PHP_CodeSniffer and PHP CS Fixer.


README

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...