CSVDiff is a PHP library for dealing with file diff (more specifly CSV).
Use the package manager composer to run the demo app.
You can access a demo at Heroku.
OR
git clone https://github.com/Filmaluco/CSVDiff.git
cd CSVDiff
composer update
cp .env.example .env
php artisan key:generate
php artisan serve