Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 642 Bytes

PHP Extract Common Words is script written on PHP. It allows one to scrape the content of a website and display the most common words used in the website.

Instructions

  1. Clone the repository
  2. Create a db and import the db.sql file
  3. Copy the .env.example file to .env and adjust the variables
  4. Go to the project folder and install the dependencies using composer
composer install
  1. Run the script
php /path/to/the/project/extract-common-words.php

System Requirements

PHP version 7.1 or higher.
MySQL version 5.6 or higher.