Download the PHP package pinga/tembo without Composer
On this page you can find all versions of the php package pinga/tembo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package tembo
Namingo EPP Client
Namingo EPP is an open-source PHP EPP client that enables seamless connection to EPP servers for domain registration and management. It supports multiple EPP extensions, integrates easily with any PHP framework, and is fully customizable for various domain registries.
The client also provides EPP modules for WHMCS and FOSSBilling, supporting all essential features for efficient domain management.
Installation
To begin, follow these steps for setting up the EPP Client. This installation process is optimized for a VPS running Ubuntu 22.04/24.04 or Debian 12.
1. Install PHP
Make sure PHP is installed on your server. Use the appropriate commands for your operating system.
2. Install Tembo Package
Navigate to your project directory and run the following command:
3. Configure Access to the Registry
Edit the examples/Connection.php
file to configure your registry access credentials.
If the registry requires SSL certificates and you don't have them, refer to the troubleshooting section for steps to generate cert.pem
and key.pem
.
Using the EPP Client
-
You can use the commands provided in the
examples
directory to interact with the EPP server. - Alternatively, include the
Connection.php
file in your project and build your custom application using theEppClient
class and its functions.
Supported EPP Commands
domain | contact | host | session | |
---|---|---|---|---|
check | ✅ | ✅ | ✅ | login ✅ |
checkClaims | ✅ | N/A | N/A | logout ✅ |
info | ✅ | ✅ | ✅ | poll ✅ |
create | ✅ | ✅ | ✅ | hello ✅ |
createDNSSEC | ✅ | N/A | N/A | keep-alive ✅ |
createClaims | ✅ | N/A | N/A | new password ✅ |
update | N/A | ✅ | ✅ | |
updateNS | ✅ | N/A | N/A | |
updateContact | ✅ | N/A | N/A | |
updateAuthinfo | ✅ | N/A | N/A | |
updateStatus | ✅ | ❌ | ❌ | |
updateDNSSEC | ✅ | N/A | N/A | |
renew | ✅ | N/A | N/A | |
delete | ✅ | ✅ | ✅ | |
transferRequest | ✅ | ❌ | ❌ | |
transferQuery | ✅ | ❌ | ❌ | |
transferApprove | ✅ | ❌ | ❌ | |
transferReject | ✅ | ❌ | ❌ | |
transferCancel | ✅ | ❌ | ❌ | |
rgp:restore | ✅ | N/A | N/A | |
rgp:report | ✅ | N/A | N/A |
Supported Connection Types
type | status |
---|---|
EPP over TLS/TCP | ✅ |
EPP over HTTPS | ✅ |
RRI | ✅ |
TMCH | ✅ |
REGRR | ❌ |
Registry Support (36 backends and counting)
Registry | TLDs | Extension | Status | TODO |
---|---|---|---|---|
Generic RFC EPP | any | ✅ | ||
AFNIC | .fr/others | FR | ✅ | |
CARNET | .hr | HR | ✅ | |
Caucasus Online | .ge | ✅ | ||
CentralNic | all | ✅ | ||
CoCCA | all | ✅ | ||
CORE/Knipp | all | ✅ | ||
DENIC | .de | ✅ | ||
Domicilium | .im | ✅ | ||
DOMREG | .lt | LT | 🚧 | work on extensions |
DRS.UA | all | ✅ | ||
EURid | .eu | EU | ✅ | |
FORTH-ICS | .gr, .ελ | GR | ✅ | |
FRED | .cz/any | FRED | ✅ | domain update NS/DNSSEC |
GoDaddy Registry | all | ✅ | ||
Google Nomulus | all | ✅ | ||
Hostmaster | .ua | UA | ✅ | |
Identity Digital | all | ✅ | ||
IIS | .se, .nu | SE | ✅ | |
HKIRC | .hk | HK | ✅ | |
NASK | .pl | PL | ✅ | |
Namingo | all | ✅ | ||
NIC Chile | .cl | ✅ | ||
NIC Mexico | .mx | MX | ✅ | |
NIC.LV | .lv | LV | ✅ | |
NORID | .no | NO | ✅ | |
.PT | .pt | PT | ✅ | |
Registro.it | .it | IT | ✅ | |
RoTLD | .ro | ✅ | ||
RyCE | all | ✅ | ||
SIDN | all | ✅ | ||
SWITCH | .ch, .li | ✅ | ||
Traficom | .fi | FI | ✅ | only org contacts |
Verisign | all | VRSN | ✅ | |
ZADNA | .za | ✅ | ||
ZDNS | all | ✅ |
Integration with billing systems
Would you like to see any registry added as a WHMCS/FOSSBilling module? Or an EPP module for any other billing system? Simply create an issue in this project and let us know.
WHMCS
Registry | TLDs | Status | Project |
---|---|---|---|
Generic RFC EPP | any | ✅ | whmcs-epp-rfc |
Hostmaster | .ua | ✅ | whmcs-epp-ua |
EURid | .eu | ✅ | whmcs-epp-eurid |
FOSSBilling
Registry | TLDs | Status | Project |
---|---|---|---|
Generic RFC EPP | any | ✅ | fossbilling-epp-rfc |
AFNIC | .fr/others | ✅ | fossbilling-epp-fr |
Caucasus Online | .ge | ✅ | fossbilling-epp-ge |
FRED | .cz/any | ✅ | fossbilling-epp-fred |
Hostmaster | .ua | ✅ | fossbilling-epp-ua |
Troubleshooting
EPP Server Access
If you're unsure whether your system can access the EPP server, you can test the connection using OpenSSL. Try one or both of the following commands:
-
Basic Connectivity Test:
- Test with Client Certificates:
Replace epp.example.com
with your EPP server's hostname and adjust the paths to your certificate files (cacert.pem
, cert.pem
, and key.pem
) as needed. These tests can help identify issues with SSL/TLS configurations or network connectivity.
Generating an SSL Certificate and Key
If you do not have an SSL certificate and private key for secure communication with the registry, you can generate one using OpenSSL.
Note: For production environments, it's recommended to use a certificate signed by a trusted Certificate Authority (CA) instead of a self-signed certificate.
EPP-over-HTTPS Issues
If you experience login or other issues with EPP-over-HTTPS registries such as .eu
, .fi
, .hr
, .it
, or .lv
, it might be caused by a corrupted or outdated cookie file. Follow these steps to fix it:
After deleting the cookie file, try logging in again. This will force the creation of a new cookie file and may resolve the issue.
Need More Help?
If the steps above don’t resolve your issue, refer to the EPP Client logs (/path/to/tembo/log
) to identify the specific problem.
Benchmarking an EPP Server
To run tests against an EPP server using the Tembo EPP client, follow these steps:
1. Configure Your Connection
Edit the file benchmark/Connection.php
- this file should contain the connection details for the server you want to test. It uses the same format as examples/Connection.php
.
2. Run the Benchmark
From the root directory, run php benchmark/Benchmark.php
- this will execute a series of domain check commands to test your server’s response and performance.
3. Customize the Benchmark
You can modify benchmark/Benchmark.php
to:
- Add your own EPP commands
- Change the number of requests
- Adjust the test logic
Use this script as a starting point to test and tune your EPP server setup.