josfaber / phpcc

PHP 5.6 to 7.2 compatibility checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpcc

Commandline PHP 5.6 to 7.2 compatibility checker. Reads all php files recursively and checks for possible compatibility and deprecation issues.

Mind you!

This is in no way a full test on all issues when upgrading a PHP project. This script is meant to be a good helper in identifying attention points.

Installation:

Put the file in /usr/local/bin and make executable (chmod +x /usr/local/bin/phpcc)

Usage:

phpcc {directory}

Options:

--exclude="{directory name}"

About

PHP 5.6 to 7.2 compatibility checker


Languages

Language:PHP 100.0%