Web Crawler

Description

This is a simple crawler written in PHP that crawls a given url and recursively crawls the links found on the page. It then returns the result in json format.

Installation

  1. Clone the repository
  2. Run composer install
  3. Run php artisan serve