Skip to content

JuanMadHardy/phpWebCralwer

 
 

Repository files navigation

phpWebCralwer

A web crawler in PHP.

Note that an additional file, CONFIG_db.php, is required. This sets the database server, name and password, as well as various other global options. An example file (example_CONFIG_db.php) is included.

TODO:

  • Interface the Public Suffix List, to get correct domains parsed for domains table

Prerequisites

  • PHP
  • MySQL
  • TidyHTML (php5-tidy)
  • CURL (php5-curl)
  • PDO (php5-mysql)

About

A web crawler in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.3%
  • R 0.7%