Skip to content

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.

Notifications You must be signed in to change notification settings

subhra44/php-extract-common-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages