vladi/words_counter

Counts the word that is most often found in the file

Maintainers

Package info

github.com/NightWizard75/WordsCounter

pkg:composer/vladi/words_counter

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-10 01:02:28 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.