vladi/words_counter

Counts the word that is most often found in the file

dev-master 2021-08-09 14:26 UTC

This package is auto-updated.

Last update: 2024-05-09 20:50:37 UTC


README

Находит максимально часто встречающееся слово в файле.

Requirements

  1. PHP >=7.2
  2. Composer

Deployment

  1. Clone repo to your environment
  2. Run composer install
  3. 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.