2017 © Pedro Peláez
 

library epp

An extendable PHP epp client

image

webdevvie/epp

An extendable PHP epp client

  • Wednesday, June 27, 2018
  • by webdevvie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

webdevvie/epp

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)

Goals

What follows is a list of goals this library intends to meet., (*5)

Goal: provide a simple epp client for basic interactions

Instead of having to build the messages yourself you can use the simple commands and simple responses to handle the requests and responses., (*6)

Goal: Fully unit tested EPP client

A client that can be fully unit tested., (*7)

Goal: Serialisations fully tested against epp XSDs

To prevent issues with regressions or bugs popping up after someone contributes a set of tests is run to check against, (*8)

Goal: provide these extra features

  • TODO : add these 🤔

Why

Why build another EPP library? I wanted to create something neat and clean for the future but that supports, (*9)

Acknowledgements

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)

Author

If you like this library. Find me on twitter @webdevvie or my personal site johnbakker.name and say hello, (*11)

The Versions

27/06 2018

dev-master

9999999-dev

An extendable PHP epp client

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires