Code Checker PHP class

Hi guys,

I needed to check a project, that I am working on, against a particular set of expressions. I wrote a simple php class to do it. Maybe it will be helpful for you as well.

Looks you’re trying to create a simple version of https://github.com/FriendsOfPHP/PHP-CS-Fixer

Yup. It has just one goal - checks if a given set of strings appears in a source code. Nevertheless the tool you linked is as nice as powerful. I like it so much.

It is my pleasure! :)