dev-master
9999999-devAn extendable PHP epp client
Apache-2.0
The Requires
The Development Requires
by John Bakker
An extendable PHP epp client
An extendable PHP EPP library., (*1)
Written from scratch to be extendable. Uses JMSSerializer to serialize and deserialize the xml messages, (*2)
You can use this project as a basis for your own connection., (*3)
Do not use for production at the moment. This is very much work in progress., (*4)
What follows is a list of goals this library intends to meet., (*5)
Instead of having to build the messages yourself you can use the simple commands and simple responses to handle the requests and responses., (*6)
A client that can be fully unit tested., (*7)
To prevent issues with regressions or bugs popping up after someone contributes a set of tests is run to check against, (*8)
Why build another EPP library? I wanted to create something neat and clean for the future but that supports, (*9)
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., (*10)
If you like this library. Find me on twitter @webdevvie or my personal site johnbakker.name and say hello, (*11)
An extendable PHP epp client
Apache-2.0