Skip to content

ben221199/oxxa-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxxa API (PHP)

Use the Oxxa API in PHP.

Status

Build Status

Installation

composer require ben221199/oxxa-api

Use

$username = 'myUsername'; // Your API username
$password = 'myPassword'; // Your API password
$useMD5 = true; // When true, password is sent in its MD5 form.
$isTesting = false; // When true, payment wil not occur

$oxxaApi = new \Ben221199\Oxxa\API\OxxaAPI('https://api.oxxa.com',$username,$password,$useMD5,$isTesting);

$xml = $oxxaApi->DOMAIN_CHECK([
	'sld'	=> 'myDomain',
	'tld'	=> 'com',
]);

About

A PHP library for the Oxxa API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages