PaulFreeman-CNIC / centralnic-registry-whmcs-plugin

A new plugin for WHMCS, that interacts with the CentralNic Registry EPP server.

Home Page:https://centralnicregistry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CentralNic Registry WHMCS Plugin

CI codecov

This repository contains a plugin for WHMCS that interacts with the CentralNic Registry EPP server. It should also work with any standards-compliant EPP server, although this is not guaranteed.

This plugin should not be confused with the CentralNic Reseller plugin for WHMCS.

Using this plugin with the SK-NIC and LANIC registries

The .LA and .SK TLDs use dedicated instances of the CentralNic system, so if you want to use this plugin for these TLDs, you need to tell the plugin to use a different EPP server.

To do this, create an environment variable called EPP_SERVER_NAME. Note that this will override the testMode config option.

Production & OT&E Servers

  • SK:
    • Production: epp.sk-nic.sk
    • OT&E: epp-ote.sk-nic.sk
  • LA:
    • Production: epp.lanic.la
    • OT&E ote.lanic.la

Examples

Native PHP

<?php
setenv('EPP_SERVER_NAME=epp.sk-nic.sk');

Apache

LoadModule env_module modules/mod_env.so

SetEnv EPP_SERVER_NAME epp.sk-nic.sk

Support

Please use the GitHub issues system to report any issues with this plugin.

Copyright

Copyright 2023 CentralNic Group PLC. All rights reserved.

About

A new plugin for WHMCS, that interacts with the CentralNic Registry EPP server.

https://centralnicregistry.com

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 100.0%