Introduction
EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 4930) 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.
This project offers a number of Perl modules which implement various EPP-related functions:
- a low level protocol implementation (Net::EPP::Protocol)
- a low-level client (Net::EPP::Client)
- a high-level client (Net::EPP::Simple)
- an EPP frame builder (Net::EPP::Frame)
- an EPP proxy server (Net::EPP::Proxy)
- a utility library to export EPP responde codes (Net::EPP::ResponseCodes)
These modules were originally created and maintained by CentralNic for use by their own registrars, but since their original release have become widely used by registrars and registries of all kinds.
CentralNic has chosen to create this project to allow interested third parties to contribute to the development of these libraries, and to guarantee their long-term stability and maintenance.
Preppi
Preppi is a graphical EPP client written in Perl. It uses the modules listed above as well as the GTK and GNOME bindings for Perl. For more information about Preppi, click here.
Downloads
The Net::EPP modules are distributed via CPAN in a single package to allow for easy installation. To install the package, simply use the cpan command:
# cpan -i Net::EPP
Documentation
The CPAN search site automatically generates documentation for these modules from the inline POD documentation - click on the module names above to view the documentation for each module.
Contributing
If you would like to contribute to the maintenance and development of these modules, please get in touch.