forked from metaregistrar/php-epp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (16 loc) · 962 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
php-epp-client
==============
Object-oriented PHP EPP Client
Welcome to the object-oriented EPP client in PHP project.
This project supports the following:
- Full EPP 57xx RFC standard
- Fully extensible PHP objects to add registry-specific extensions
- Public/private key client certificates for connecting to EPP service
- DNSSEC transactions
- Rock-solid object-oriented programming and exception handling
- Interface tested and in use with a registrar that handles 500.000+ domain names
- Regular additions to the Registry connections directory
This code will provide you with a fully functional EPP client to connect to any registry world-wide that supports EPP.
All code is organized in objects, so connecting to a new registry is just a matter of object re-use and extension.
Sample registry connections are provided in the Registries directory.
Sample domain check an domain create scripts are provided in checkdomain.php and registerdomain.php