An extendable PHP EPP library.
Written from scratch to be extendable. Uses JMSSerializer to serialize and deserialize the xml messages
You can use this project as a basis for your own connection.
Do not use for production at the moment. This is very much work in progress.
What follows is a list of goals this library intends to meet.
Instead of having to build the messages yourself you can use the simple commands and simple responses to handle the requests and responses.
A client that can be fully unit tested.
To prevent issues with regressions or bugs popping up after someone contributes a set of tests is run to check against
- TODO : add these 🤔
Why build another EPP library? I wanted to create something neat and clean for the future but that supports
The messages are an amalgamation of serialisation objects I've built in the past. These are based on the original work I did for this epp client when I first conceived it. They were reworked for use with other projects at my current employer Metaregistrar B.V. and then reworked/cleaned up for use within this project.
If you like this library. Find me on twitter @webdevvie or my personal site johnbakker.name and say hello