php-epp2 icon indicating copy to clipboard operation
php-epp2 copied to clipboard

A High Level EPP TCP/SSL Client for PHP

Results 11 php-epp2 issues
Sort by recently updated
recently updated
newest added

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.3 to 2.3.0. Release notes Sourced from coverallsapp/github-action's releases. v2.3.0 What's Changed Set default values as strings per GH Action requirements by @​littleforest in coverallsapp/github-action#204 Allow pinning...

dependencies
github_actions

fixes #9 This adds specific frame logging with PSR-3 logging and leaves per-byte logging to separate described function.

PHP Warning: stream_socket_client(): Unable to set local cert chain file `cert/edomains_tawte_2021/certificate_full.pem'; Check that your cafile/capath settings include details of your certificate and its issuer in /home/marcos/Proyectos/afilias-php/vendor/africc/php-epp2/src/AfriCC/EPP/Client.php on line 176 PHP...

i have see a nominet extention was added how we can use it ?

I suggest adding response code definitions (constants) for better understanding of the received number. Maybe the Client class would be the best place for this. Example: (Taken from the other...

enhancement
help wanted

when create or transfer domains how to set the fees? https://tools.ietf.org/html/draft-brown-epp-fees-02#section-3.2.1

enhancement
help wanted
question

recommended to add Fred EPP extensions: https://fred.nic.cz/documentation/html/EPPReference/CommandStructure/Login.html

enhancement
help wanted

Currently, with debug mode, you echo any XML send request/received response and it is already a great help. We used to log these XML requests and responses in a database....

enhancement
help wanted

Hi, can you give me example to get DNSSec with this library? I can't see on examples. Thank you