library enom-api
Enom API
digital-canvas/enom-api
Enom API
- Friday, May 1, 2015
- by spekkionu
- Repository
- 2 Watchers
- 3 Stars
- 16 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
enom-api
PHP Enom API, (*1)
use DigitalCanvas\Enom\Enom;
use GuzzleHttp\Client;
$client = new GuzzleHttp\Client();
$enom = Enom::factory('WebsiteBuilder', $uid, $pwd, $client);
$response = $enom->createAccount();