-
Download this repo
- git clone https://github.com/jmrg/web-crawler.git
- cd web-crawler
-
Install PHP 5.6, and verify your version with
- php -V
-
Install composer, once installed run this commad to dowload all dependencies for the project
- composer install
-
To serve your project locally:
- php -S localhost:8000 -t public/index.php
Simply run: ./vendor/bin/phpunit .