Sergey Sedyshev
Sergey Sedyshev
Please submit the correct documentation in your opinion for public review.
Hi, Check Loaders package - https://github.com/io-developer/php-whois/tree/master/src/Iodev/Whois/Loaders There is interface ILoader for a custom loader implementation. And caching example - https://github.com/io-developer/php-whois/blob/master/src/Iodev/Whois/Loaders/MemcachedLoader.php Timeout can be changed here - https://github.com/io-developer/php-whois/blob/master/src/Iodev/Whois/Loaders/SocketLoader.php#L34
Hi Technically it's possible but it seems not easy. You have to extend TldModule and replace this logic in new class - https://github.com/io-developer/php-whois/blob/master/src/Iodev/Whois/Modules/Tld/TldModule.php#L217