sclinternet/scl-nominet-epp

PHP library for communicating with Nominet's EPP interface

dev-master 2015-09-08 15:11 UTC

This package is not auto-updated.

Last update: 2024-04-07 05:37:11 UTC


README

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(...);