spekulatius / PHPScraper

A universal web-util for PHP.

Home Page:https://phpscraper.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPScraper + Timeout

Benjouke opened this issue · comments

Hello,

How to make a condition if the timeout exceeds a certain number of seconds?

Thank

Hey @Benjouke

I haven't looked into timeout issue as it didn't happen for me really. I'll check it out and see how it could be enabled/documented better.

Peter

@spekulatius I think you can specify a timeout option with an options parameter when you create a Goutte client, so if you allow an optional options parameter to be passed in on the constructor it would give most flexibility as other parameters could be passed through as well? The Goutte readme passes through a new HttpClient object with a timeout option when calling the Goutte client constructor https://github.com/FriendsOfPHP/Goutte

Hey @tonybyng and @Benjouke,

better late than never 🤣 I've added support to configure timeout directly.

Cheers,
Peter