Skip to content

PlutoSW/Kriweb-Php-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

KriwebPhpApi

For become a dealer

Installation

This library automatically creates a token and refreshes a token every 500 seconds

<?php
include "class.Kriweb.php"; // Call library file
$api = new Kriweb();
$api->user("email","password"); // Login to Kriweb's System
$api->test(true); // true or false (Not Required. Default condition is "false")

Check Domain Availability

Check a domain

$api->isAvailable("fuuis.com");

Check multiple domains

$api->isAvailable(array("fuuis.com","freelyshout.com","kriweb.com"));

Register a domain

$api->register("domainname.com", 1);
//$api->register("domain name", "register year min: 1, max: 9");

Transfer a domain

$api->transfer("domainname.com", 1, "transfer code");
//$api->register("domain name", "register year min: 1, max: 9", "transfer code from other registrar");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages