subhra44 / php-extract-common-words

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

Repository from Github https://github.comsubhra44/php-extract-common-wordsRepository from Github https://github.comsubhra44/php-extract-common-words

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.

About

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


Languages

Language:PHP 100.0%