Open Tamil is PHP Port for https://github.com/Ezhil-Language-Foundation/open-tamil/
https://docs.google.com/spreadsheets/d/1GYxN1gf1Fw82oAUlK4Lzq0AYDvo5ayWrMjPfPPA0Qwg/edit?usp=sharing
I hope PHP is installed already 😁 Install Composer (Version 1 iam using) Add Composer to Environment path if you are using Windows
composer setup
to run the dependency tools installation php-cs-fixercomposer install
to install the dev dependencies phpunitcomposer run-script
to run the script you have pointed in your composer.jsoncomposer lint
to run the php-cs-fixer to fix the code alignment in src/ foldercomposer lint-test
to run the php-cs-fixer to fix the code alignment tests/ foldercomposer test
to run the unittests