Rewrite Socket Class To Curl
Hello,
we are in need basically of rewriting a class we already have.
The class creates a socket connection using EPP commands and sends EPP requests through that connection.
Now we would prefer to have that being realised using rather more cURL than sockets (if that´s possible).
Class will be sent when being requested by PM. It´s a very small class with only about 100 rows alltogether.
The class is written in PHP and we would need the rewritten class (or functions) to be php as well.