Download the PHP package domainreseller/php-dna without Composer

On this page you can find all versions of the php package domainreseller/php-dna. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-dna

Installation and Integration Guide

Minimum Requirements

A) Manual Usage

Download the files and examine the examples in the examples folder.

B) Composer ile entegrasyon için

Usage

Domain Registration Operations

Note: Additional parameters are required for .tr domains. The Additional parameter is used for domain names that require extra information like .tr.

Sample Output for Domain Registration

Domain Renewal

Sample Output for Domain Renewal

Domain Transfer

Sample Output for Domain Transfer

Domain List

Sample Output for Domain List

TLD List

Sample Output for TLD List

Domain Availability Check

Sample Output for Domain Availability Check

Domain Details

Sample Output for Domain Details

Nameserver Modification

Sample Output for Nameserver Modification

Enable Domain Lock

Sample Output for Enable Domain Lock

Disable Domain Lock

Sample Output for Disable Domain Lock

Add Child Nameserver

Sample Output for Add Child Nameserver

Delete Child Nameserver

Sample Output for Delete Child Nameserver

Update Child Nameserver

Sample Output for Update Child Nameserver

Modify Domain Privacy

Sample Output for Modify Domain Privacy

Save Domain Contact

Sample Output for Save Domain Contact

Get Reseller Details

Sample Output for Get Reseller Details

Return and Error Codes with Descriptions

Code Description Detail
1000 Command completed successfully Operation successful.
1001 Command completed successfully; action pending Operation successful. However, the operation is currently queued for completion.
2003 Required parameter missing Parameter missing error. For example, no phone entry in contact information.
2105 Object is not eligible for renewal Domain status is not suitable for renewal, locked for update operations. Status should not be "clientupdateprohibited". May be due to other status conditions.
2200 Authentication error Authorization error, security code is incorrect or domain is registered with another registrar.
2302 Object exists Domain name or nameserver information already exists in database. Cannot be registered.
2303 Object does not exist Domain name or nameserver information does not exist in database. New registration required.
2304 Object status prohibits operation Domain status is not suitable for updates, locked for update operations. Status should not be "clientupdateprohibited". May be due to other status conditions.

All versions of php-dna with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-soap Version *
ext-json Version *
ext-curl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package domainreseller/php-dna contains the following files

Loading the files please wait ....