/oop_devkit

Sample HostBill OOP modules

Primary LanguagePHP

Example HostBill OOP modules

This repository is part of HostBill documentation http://dev.hostbillapp.com/ It contains sample OOP modules for HostBill

Sample modules:

  • Hosting: Simple provisioning (class.simpleexample.php)
  • Hosting: Advanced provisioning (class.advancedexample.php)
  • Hosting Addon: Sample hosting addon (class.advancedexample_addon.php)
  • Payment: Sample gateway (class.paymentsample.php)
  • Payment: Sample merchant gateway (class.merchantsample.php)
  • Payment: Sample merchant gateway with card Tokenization (class.merchant_token_sample.php)
  • Notification: Clickatell SMS (class.clickatell_sms.php)

Sample client functions (widgets) for hosting modules:

  • Widget: RebootSample (widget.rebootsample.php)