Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 471 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 471 Bytes

About

A simple crawler (spider) writen in PHP.

Installation

composer require elboletaire/crawler:dev-master

Usage

<?php
// require 'vendor/autoload.php';

use Elboletaire\Crawler\Crawler;

try {
	$crawler = new Crawler('http://www.underave.net', 3, true);
	print_r($crawler->crawl());
} catch (Exception $e) {
	die($e->getMessage());
}

License

Author: Òscar Casajuana

http://www.gnu.org/copyleft/gpl.html