Search by

sclinternet / scl-nominet-epp

tomphp

PHP library for communicating with Nominet's EPP interface

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-09-06 16:37:06 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(...);