You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 = newAggregator();
//create new instance with specified connections count$aggregator = newAggregator(10);
$aggregator->run($url);