Skip to content

byordereurope/transip-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper of the transip API

Installation

composer.json

"require": {
  ...
  "verschoof/transip-api": "1.1.0"
}

Run composer update verschoof/transip-api-bundle

Useage

$login      = ''; // Your login at transip
$privateKey = ''; // Your key from transip

$client = new Transip\Client($login, $privateKey, true);

$domainApi  = $client->api('domain');
$domainInfo = $domainApi->getInfo('domain.com');

TransIp API documentation:

https://api.transip.nl/docs/

About

Wrapper of the transip API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%