- Library written in pure PHP (version 7.4)
- Library currently in development stage
- Require phpcs and git
- MIT license
Add repository to composer.json:
"repositories": [
{
"type": "git",
"url": "https://github.com/rombarte/phpcs-diff.git"
}
],
Install library:
COMPOSER_MEMORY_LIMIT=-1 /usr/bin/composer require rombarte/phpcs-diff:0.0.1-alpha
Run command (from your project):
./vendor/bin/phpcs-diff
Clone this project and run tests:
./vendor/bin/phpunit