Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
/ whmcs Public archive
forked from okdas/whmcs

Ruby WHMCS API bindings

License

Notifications You must be signed in to change notification settings

bmcedev/whmcs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whmcs-ruby

WHMCS API Ruby Bindings.

Fork of dotblock/whmcs-ruby with new-er features added.

whmcs-ruby provides Ruby bindings for the WHMCS API.

Usage

require 'whmcs'

WHMCS.configure do |config|
  config.api_url      = 'http://example.com/includes/api.php'
  config.api_username = 'someusername'
  config.api_password = 'c4ca4238a0b923820dcc509a6f75849b' # md5 hash
end

WHMCS::Client.get_clients_details(:clientid => '1')

See the documentation for more details.

Installation

git clone https://github.com/charliedrage/whmcs && cd whmcs && gem build whmcs.gemspec && gem install *.gem

Contact / Issues

Please email [email protected] or open an issue.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%