forked from centralnic/php-epp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·27 lines (22 loc) · 1.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 $