io-developer / php-whois

PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 8.0 compatible (5.4+ old versions)
MIT License
437 stars 117 forks source link

New custom attributes #204

Open evidmar opened 1 year ago

evidmar commented 1 year ago

Is there any easy way to extend this library, to support some other attributes? There is a particular whois attribute that I would like to see in the result, like "Reseller: Some registrar company". Could this be done just with editing configs like 'module.tld.parser.common.json'? Can these configs even be extended?

Thanks!