Skip to content

jmrg/web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up the project

  1. Download this repo

  2. Install PHP 5.6, and verify your version with

    • php -V
  3. Install composer, once installed run this commad to dowload all dependencies for the project

    • composer install
  4. To serve your project locally:

    • php -S localhost:8000 -t public/index.php

How to test

Simply run: ./vendor/bin/phpunit .

About

Web crawler using scraping techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages