예제 #1
0
파일: index.php 프로젝트: Wufe/Scraper
<?php

include 'vendor/autoload.php';
ini_set('max_execution_time', 500);
use Scraper\Controllers\Main;
Main::exec("http://www.amazon.it/registry/wishlist/1DUNHOTCJQGBN");
예제 #2
0
<?php

use Scraper\Middleware\Log;
use Scraper\Controllers\Main;
ini_set("max_execution_time", "900000");
require 'vendor/autoload.php';
Log::log("<red>Starting main controller.");
Main::main();