madcampos / php-crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:PHP 86.6%Language:JavaScript 6.4%Language:CSS 4.0%Language:Blade 3.0%