Skip to content

MP92/restaurants-aggregator

Repository files navigation

restaurants-aggregator

Page with interface for searching dishes and collecting information from URL

index.php

Main class. Information collector

Aggregator.php

Usage

//create new instance with default connections count(40)
$aggregator = new Aggregator(); 

//create new instance with specified connections count
$aggregator = new Aggregator(10); 

$aggregator->run($url);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published