php-epp-client
php-epp-client copied to clipboard
Object-oriented PHP EPP Client
IIS requires one to specify contact ID for creating contact Refer to IIS documentation, section 7.1 + 7.4 and the code itself One would especially need this to pass onboarding
According to IIS documentation, section 6.10 Was not working on test system, now working
?xml version="1.0" encoding="UTF-8"?> epp> command> update> domain:update> domain:name>DOMAIN domain:add> domain:contact type="onsite">ONSITE /domain:add> domain:rem> domain:contact type="onsite"> ONSITE /domain:rem> domain:chg> domain:registrant>REGISTRANT /domain:chg> /domain:update> /update> clTRID>CLTRID /command> /epp> is incorrect format. Should be;...
Added dnsbe:vat extension to the create and update contact requests. The second commit is because the order in which the paramater are added is important.
Added the bNamed provider and extension (developed by bNamed).
I'm looking on how to let domains expire at a given datetime, this can be done though the web application, but i want to automate it. How can i set...
We are using [version 1.0.12](https://github.com/metaregistrar/php-epp-client/releases/tag/1.0.12) with PHP 8.2 which is fine in general. However, we still notice the deprecation warning fixed by https://github.com/metaregistrar/php-epp-client/pull/365 because no new version containing this fix...
hello i have this error `ERROR: Unexpected closed connection by remote host...` this my laravel code `$conn = new \Metaregistrar\EPP\eppConnection(); $conn->addExtension( 'allocationToken','urn:ietf:params:xml:ns:allocationToken-1.0'); $conn->useExtension('secDNS-1.1'); $conn->setHostname('epp.sandbox.nic.sa'); //also trying ssl://epp.sandbox.nic.sa $conn->setPort(700); $conn->setUsername('xxx'); $conn->setPassword('xxxxxx');...
Using the metaregEppConnection, I'm getting the following output when trying to execute the scripts in the Examples-directory: PHP Fatal error: Uncaught Error: Class "Metaregistrar\EPP\eppDnssecInfoDomainResponse" not found in ***/metaregistrar-epp/Protocols/EPP/eppExtensions/command-ext-1.0/eppResponses/metaregInfoDomainResponse.php:4 Stack trace:...
I try epp client API for interact with cocca server. Domain is created successfully with all contacts and name servers. When we try to update contact: 1- registrant contacts is...