/SclNominetEpp

A PHP library for talking to the Nominet EPP system.

Primary LanguagePHPMIT LicenseMIT

NOMINET EPP IMPLEMENTATION

Build Status

Introduction

This is Zend Framework 2 ready module which provides an interface to Nominet's EPP management API.

Installation

Use composer.phar

Configuration

Set your tag and password and call it.

Usage

$nominet = $serviceManager->get('SclNominetEPP\Nominet');

$nominet->register(...);