setTimeout(900); // 15 minutes $process->run(); if ($process->isSuccessful()) { return true; } return $process->getErrorOutput(); } }