AfriCC / php-epp2

A High Level EPP TCP/SSL Client for PHP
GNU General Public License v3.0
53 stars 32 forks source link

Create new element #92

Closed bavarianboy closed 2 years ago

bavarianboy commented 3 years ago

What if i need to create a new element to send files within the request

to send extra data

like

supportingDocs converted to base64

johnny-bit commented 3 years ago

See how extensions are coded, eg https://github.com/AfriCC/php-epp2/tree/master/src/AfriCC/EPP/Extension/NASK

that should give you idea.