php-epp-client icon indicating copy to clipboard operation
php-epp-client copied to clipboard

Object-oriented PHP EPP Client

Results 32 php-epp-client issues
Sort by recently updated
recently updated
newest added
trafficstars

I am using : ```php $conn->useExtension('charge-1.0'); ``` for another registry works perfectly but for verisign I am getting error: Call to undefined method Metaregistrar\\EPP\\eppCheckDomainResponse::getChargeForDomainName() I think Verisign have premium domain...

Checking 1 domain names ==== LOG ==== -----ERROR-----2024-05-09 05:00:42----- Connection could not be opened: 0 -----END-----2024-05-09 05:00:42-----

domain-ext 2.3 & 2.4 are Deprecated an will be deactivated after May 29.

Changed the stub of atEppWithdrawRequest to an implementation that actually works.

There is no any sync command implementation for verisign? I found this commented line but how can I use it? ``` //$this->addExtension('sync', 'http://www.verisign.com/epp/sync-1.0'); ```

Implicitly nullable parameter types are going to be deprecated in PHP 8.4 (https://wiki.php.net/rfc/deprecate-implicitly-nullable-types). This PR makes them nullable explicitly. Since nullable types were added in PHP 7.1 this PR drops...

Hello, I am currently playing around with this code but I don't understand how to use the checbalance function. Here is my code ```

hi! i try to connect to nic.at but i'm not really able implement the nicAtEpp specified parts. do i have to load it as an extension? also under "Registries" i...

This PR allows to read RGP statuses from the info domain, such as the autoRenewPeriod status used by some registries.

Added the CancelDelete SIDN extension command