metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
213 stars 156 forks source link

How to get full response #88

Closed shuxx closed 7 years ago

shuxx commented 7 years ago

I want to perform my own request and get the reponse, How to do that ?

metaregistrar commented 7 years ago

To view request/response you can set logging to true (new eppConnection($configfile,$logging);)

If you want to make completely new epp requests, you have to use the epp extension structure as shown in protocols/EPP/eppExtensions