sclinternet/scl-nominet-epp

PHP library for communicating with Nominet's EPP interface

Maintainers

Package info

github.com/SCLInternet/SclNominetEpp

pkg:composer/sclinternet/scl-nominet-epp

Statistics

Installs: 91

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 2

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

This package is not auto-updated.

Last update: 2026-02-22 14:01:45 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(...);