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
- Clone the repository
- Create a db and import the db.sql file
- Copy the .env.example file to .env and adjust the variables
- Go to the project folder and install the dependencies using composer
composer install
- Run the script
php /path/to/the/project/extract-common-words.php
System Requirements