forked from metaregistrar/php-epp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
1 lines (1 loc) · 1.91 KB
/
params.json
1
{"name":"Php-epp-client","tagline":"Object-oriented PHP EPP Client","body":"### Welcome to the PHP EPP Client project.\r\nThis project is created to give you the best possible way to connect to a domain name registry anywhere in the world (as long as they support EPP)\r\n\r\nLike EPP itself, the code is completely object-oriented. This means that all EPP objects (domains, hosts, contacts) are objects in the PHP code, that can be extended to match your own needs, without compromizing the base object.\r\n\r\nAlso all commands (create, delete, info, modify) are objects in this PHP code, and can be extended when a registry decides to add or remove fields and deviate from the standard EPP implementation.\r\n\r\nLastly, all errors are not returned by error message or error code, but by throwing an eppException. This exception can be caught to handle any error that occurs during object handling or communication with the registry\r\n\r\n\r\n### DNSSEC compliant\r\nThe code for DNSSEC compliance is already in the base project. Actually, our own implementation already signed and maintains over 300.000 domain names using this code, so it really works!\r\n\r\n\r\n### TMCH or other additions\r\nIn the New GTLD program from ICANN, additions to the EPP standard are forged to implement the TMCH (trademark clearinghouse) connection. As soon as this implementation is complete, code to use the implementation will be added to the project.\r\n\r\n### Connecting to a registry\r\nPlease feel free to add new registry connections in the Registries section. This will enable other users to simply be able to connect to a registry without any hassle. Connection to SIDN (registry for .NL domain names) is added as a sample connection (since this is the connection we are using most heavily)\r\n\r\n### Support or Contact\r\nPlease feel free to ask for support.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}