Находит максимально часто встречающееся слово в файле.
- PHP >=7.2
- Composer
- Clone repo to your environment
- Run composer install
- Execute words_count.php in the browser with the parameter ?inputFile=fileName, or in the console: >words_count.php fileName. File test.txt will be processed by default.