Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 224 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 224 Bytes

enom-api

PHP Enom API

use DigitalCanvas\Enom\Enom;
use GuzzleHttp\Client;

$client = new GuzzleHttp\Client();
$enom = Enom::factory('WebsiteBuilder', $uid, $pwd, $client);

$response = $enom->createAccount();