Metaregistrar
Metaregistrar
Hi Sjors, I would appreciate it if you would create 4 separate functions for the 4 separate fields that this function is returning, instead of an array. I understand that...
Where it comes to returning DNSSEC information, there are 2 ways implemented by registries: 1. Public key information with flags, protocol and algo 2. Key tag information with keytag, digest...
We ourselves have no plans to use Github Actions, but contributions are always welcomed. This repo is very dependent on contributions from outside
When you create the connection, you have to indicate that DNSSEC must be enabled. This makes sure that when logging in, the DNSSEC extensions are added to the login. So...
Can you try this: /* @var $response Metaregistrar\EPP\eppDnssecInfoDomainResponse */ The response you get should contain DNSSEC information, properly formatted in eppDnssecInfoDomainResponse
Yes, you can safely remove /* @var $response Metaregistrar\EPP\eppInfoDomainResponse */ with eppDnssecInfoDomainResponse you should see the DNSSEC information.
You cannot set multiple extensions with this call. Please do it one by one.
There are 2 periods in the EPP implementation. There is the default period that EPP supports, which can be 1-10 years. No months possible. And there is the EPP extension...
Difficult to say, as there is so little information. From your statement, it would seem to me that the login response of the registry is not formatted as expected. But...
So this issue is related to the variable handling of PHP 8.1? I will start testing with 8.1 soon