php-epp-client
php-epp-client copied to clipboard
Object-oriented PHP EPP Client
$this->conn->setExtensions(["fee-1.0", "fee-0.23", "domain-ext-2.3", "ext-1.0"]); This code return error ,I don't no why . "code": "Error 2004: Unsupported extension '0'", "file": "/mnt/storage/rugamba/public_html/vendor/metaregistrar/php-epp-client/Protocols/EPP/eppResponses/eppResponse.php", "message": "Error 2004: Unsupported extension '0'"
I tried running the code on PHP 8.1 and received the following error: PHP Fatal error: Type of Metaregistrar\EPP\eppResponse::$version must be ?string (as in class DOMDocument) in /Protocols/EPP/eppResponses/eppResponse.php on line...
When I retrieve domaininfo I get this as a result from $dom->getDomain(): private periodunit -> string (1) "y" private period -> integer 1 The same when I use $dom->getDomain()->getPeriod() In...
It seems I'm running into a bug in the communication with the SIDN registry. This connection enables the secDNS extension by default, but the registry doesn't return a keyTag as...
``i made function based infodomain example: ``` function infodomain($conn, $domainname) { $antwoord = array(); $info = new eppInfoDomainRequest(new eppDomain($domainname)); if ($response = $conn->request($info)) { /* @var $response Metaregistrar\EPP\eppInfoDomainResponse */ $d...
:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of combined operators](https://www.php.net/manual/en/language.operators.assignment.php#language.operators.assignment.arithmetic "Description for assignment operators") accordingly....
Are there any plans to set up [Github Actions](https://docs.github.com/en/actions) in order to run the tests in the CI? The CI could be easily configured in a way that it runs...
Return the records inside getPollRes, used by DNS Belgium.
1 5 1 John Doe HR Company name 2005-04-03T22:00:00.0Z 123423A123F 1234312-5 123 Example Dr. Suite 100 Suite 100 Dulles VA 20166-6503 US +358401231234 +04040as [email protected] [email protected] ABC-12345 Command syntax error...
Hi, Just letting you know that PHP 8 is throwing an E_ERROR in eppInfoHostResponse.php when array_keys() is run in get_host() due to the return value from getHostAddresses() being null. In...