Skip to content

blindly/enom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Enom API Wrapper For PHP

Requires Curl Wrapper: http://getsparks.org/packages/curl/show ( included )
Enom API Catalog: http://www.enom.com/APICommandCatalog/index.htm

Example:

$params = array(
  'uid'           => 'username',
  'pw'            => 'password',
  'command'       => 'GetHomeDomainList',
  'Display'       => 100,
  'ResponseType'  => 'xml',
);

// Laravel Specific
// $output = Enom::execute( $params );

// Codeigniter Specific
// $this->enom->execute( $params );

About

Enom API Wrapper For PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages