Skip to content
Snippets Groups Projects
Nigel Kukard's avatar
Nigel Kukard authored
Change-Id: If27513b09adafc1fa1a05ea7295c92b91d097367
536a74fb
History
README
======

EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 3730) is an
application layer client-server protocol for the provisioning and management of
objects stored in a shared central repository. Specified in XML, the protocol
defines generic object management operations and an extensible framework that
maps protocol operations to objects. As of writing, its only well-developed
application is the provisioning of Internet domain names, hosts, and related
contact details.  

RFC 3734 defines a TCP based transport model for EPP, and the Net_EPP_Client
class included in this distribution implements a client for that model. You can
establish and manage EPP connections and send and receive responses over these
connections.

The class is organised on similar lines to the Net::EPP::Client Perl module.
Full documentation for the class is included in HTML format in the doc/
subdirectory, but you can generate your own using phpdoc.

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

--
$Id: README,v 1.1 2006/01/04 13:04:55 gavin Exp $