hunslater / refactor-php

Refactor PHP code using PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Refactor tool

Travis Packagist Github All Releases

This project is still experimental. Use at your own risk and backup your files.

The PHP Refactor tool is here to address your needs to refactor significant amounts of code at once.

PHP Code can be written in so many ways, using regular expressions to refactor pieces of code can be overwhelming. PHP Refactor tool is using Abstract Syntax Tree (AST) language to correct all the possible cases.

Requirements

Only PHP version 7.0.0 and higher is supported.

How does it work?

You can define the refactoring procedure using Manifest class.

About

Refactor PHP code using PHP


Languages

Language:PHP 100.0%